

/**	2. Global Styles
*************************************************** **/
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px
}

.toggle-switch input {
    display: none
}

.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e6e6e6;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.toggle-switch input:disabled + .toggle-switch-slider {
    border: 1px solid #e9ecef
}

.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 2px;
    background-color: #e9ecef;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

input:checked + .toggle-switch-slider:before {
    background: #17A2B8;
    border-color: #17A2B8
}

input:checked + .toggle-switch-slider {
    border: 1px solid #17A2B8
}

input:focus + .toggle-switch-slider {
    box-shadow: 0 0 1px #17A2B8
}

input:checked + .toggle-switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.toggle-switch-slider.round {
    border-radius: 34px
}

.toggle-switch-slider.round:before {
    border-radius: 50%
}

.checkbox-alphanumeric::after, .checkbox-alphanumeric::before {
    content: '';
    display: table
}

.checkbox-alphanumeric::after {
    clear: both
}

.checkbox-alphanumeric input {
    left: -9999px;
    position: absolute
}

.checkbox-alphanumeric label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem 0;
    margin-right: 0.375rem;
    display: block;
    color: #818a91;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95)
}

.checkbox-alphanumeric-circle label {
    border-radius: 100%
}

.checkbox-alphanumeric label > img {
    max-width: 100%
}

.checkbox-alphanumeric label:hover {
    cursor: pointer;
    border-color: #8193ff
}

.checkbox-alphanumeric input:checked ~ label {
    color: #17A2B8;
    border-color: #17A2B8;
    transform: scale(1.1)
}

.checkbox-alphanumeric--style-1 label {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2px
}

.d-table.checkbox-alphanumeric--style-1 {
    width: 100%
}

.d-table.checkbox-alphanumeric--style-1 label {
    width: 100%
}

.checkbox-color::after, .checkbox-color::before {
    content: '';
    display: table
}

.checkbox-color::after {
    clear: both
}

.checkbox-color input {
    left: -9999px;
    position: absolute
}

.checkbox-color label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem;
    margin-right: 0.375rem;
    display: block;
    font-size: .875rem;
    text-align: center;
    opacity: 0.7;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95)
}

.checkbox-color-circle label {
    border-radius: 100%
}

.checkbox-color label:hover {
    cursor: pointer;
    opacity: 1
}

.checkbox-color input:checked ~ label {
    transform: scale(1.1);
    opacity: 1
}

.checkbox-color input:checked ~ label:after {
    content: "\f121";
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

.custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.custom-input-file + label {
    max-width: 80%;
    font-size: .875rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border: 1px solid #17A2B8;
    border-radius: 2px;
    color: #FFF;
    background-color: #17A2B8;
    outline: none
}

.custom-input-file + label:hover, .custom-input-file.has-focus + label, .custom-input-file:focus + label {
    background-color: #0127ff
}

.no-js .custom-input-file + label {
    display: none
}

.custom-input-file.has-focus + label, .custom-input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.custom-input-file + label i {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em
}

.custom-input-file--2 + label {
    color: #17A2B8;
    border-color: #17A2B8;
    background: transparent
}

.custom-input-file--2 + label:hover, .custom-input-file--2.has-focus + label, .custom-input-file--2:focus + label {
    color: #0127ff;
    border-color: #0127ff;
    background: transparent
}

.custom-input-file--3 + label {
    background: transparent;
    border: 0;
    color: #17A2B8
}

.custom-input-file--3 + label:hover, .custom-input-file--3.has-focus + label, .custom-input-file--3:focus + label {
    background: transparent;
    border: 0;
    color: #0022e7
}

.custom-input-file--4 + label {
    color: #17A2B8;
    background: transparent;
    border-color: #17A2B8;
    padding: 0
}

.custom-input-file--4 + label:hover, .custom-input-file--4.has-focus + label, .custom-input-file--4:focus + label {
    border-color: #0022e7;
    background: transparent
}

.custom-input-file--4 + label span, .custom-input-file--4 + label strong {
    padding: 0.625rem 1.25rem
}

.custom-input-file--4 + label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top
}

.custom-input-file--4 + label strong {
    float: right;
    height: 100%;
    color: #FFF;
    background-color: #17A2B8;
    display: inline-block;
    font-weight: 600
}

.custom-input-file--4 + label:hover strong, .custom-input-file--4.has-focus + label strong, .custom-input-file--4:focus + label strong {
    background-color: #0022e7
}

@media screen and (max-width: 456px) {
    .custom-input-file--4 + label strong, .custom-input-file--4 + label span {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    g.nvd3.nv-legend {
        display: none !important;
    }
}

.form-card--style-1 {
    background-color: #fff;
    border: 1px solid #f1f1f1
}

.form-card--style-1 .form-header {
    padding: 1.2rem;
    background-color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.form-card--style-1 .form-header .heading {
    margin: 0;
    padding: 0;
    color: #111
}

.form-card--style-1 .form-body {
    padding: 2rem
}

.form-card--style-1 .form-footer {
    padding: 1rem 2rem;
    background-color: #f1f1f1
}

.form-card--style-2 .form-header {
    position: relative;
    padding: 2rem 0;
    background-color: #17A2B8
}

.form-card--style-2 .form-header .form-header-title {
    margin: 0;
    padding: 0;
    color: #FFF
}

.form-card--style-2 .form-header .form-header-icon i {
    font-size: 3rem;
    color: #FFF
}

.form-card--style-2 .form-body {
    padding: 2rem;
    background-color: #fff
}

.form-card--style-2 .form-footer {
    padding: 1rem 0;
    background-color: #fff
}

.form-user-footer-links a {
    font-size: .75rem;
    color: #818a91
}

.help-block.with-errors > ul > li {
    font-size: .875rem;
    color: #ff3b30
}

.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ff3b30
}

.has-success .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #4cd964
}

.has-feedback .glyphicon {
    font-family: "Ionicons" !important;
    font-size: 12px
}

.has-feedback .glyphicon-remove::before {
    content: "\f129";
    color: #ff3b30
}

.has-feedback .glyphicon-ok::before {
    content: "\f121";
    color: #4cd964
}

.form-subscribe-lg .form-control {
    border: 0;
    background: transparent;
    padding: 0.5rem 1rem;
    font-size: 2.5rem;
    font-weight: 300;
    color: #000;
    border-left: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 0
}

.form-subscribe-lg .form-control:focus {
    background: transparent
}

.form-subscribe-lg.form-inverse .form-control {
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

.form-subscribe-lg.form-inverse .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9)
}

/**	17. Box Blocks
*************************************************** **/
.icon-block {
    position: relative
}

.row .feature > .icon-block {
    margin-top: 0 !important
}

.feature--boxed-border {
    padding: 2rem;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    position: relative
}

.feature--boxed-border-light {
    border-color: rgba(255, 255, 255, 0.2)
}

.feature--boxed-border.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #17A2B8;
    left: 0
}

.feature--boxed-border.image_border.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    left: 0;
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
}

.feature--boxed-border p {
    margin-bottom: 0
}

a > .feature--boxed-border p {
    color: #55595c
}

a > .feature--boxed-border:hover {
    border-color: #17A2B8
}

.feature--text-only .heading + p {
    max-width: 22.28571429em
}

.feature .feature-inner-spacer {
    max-width: 80%
}

.feature--bg-1 {
    background: #fff
}

.feature--bg-2 {
    background: #1b1e23
}

.feature--bg-2 *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a), .feature-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
    color: rgba(255, 255, 255, 0.5)
}

.feature--bg-2 .heading, .feature--bg-2 .heading > a, .feature-inverse .heading, .feature-inverse .heading > a {
    color: #f3f3f3
}

.feature--bg-3 {
    background: #fafafa
}

.feature-body {
    padding: 1rem
}

.feature-content .heading, .feature-content p {
    margin-bottom: 0
}

.feature-headline {
    position: relative
}

.feature-headline:before, .feature-headline:after {
    content: '';
    display: table
}

.feature-headline:after {
    clear: both
}

.feature-headline:not(.no-linethrough):before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2)
}

.feature-headline > .headline-title {
    padding-right: 1rem;
    position: relative
}

.feature-headline > .headline-title + .headline-label {
    float: right;
    padding-left: 1rem;
    position: relative
}

.feature--bg-1 .feature-headline > .headline-title, .feature--bg-1 .feature-headline > .headline-label {
    background: #fff
}

.feature--bg-2 .feature-headline > .headline-title, .feature--bg-2 .feature-headline > .headline-label {
    background: #1b1e23
}

.feature--bg-3 .feature-headline > .headline-title, .feature--bg-3 .feature-headline > .headline-label {
    background: #fafafa
}

.block-icon.circle {
    border-radius: 100%
}

.block-icon.rounded {
    border-radius: .25rem
}

.block-bordered-grid {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 40px;
    border-radius: 0
}

.block-bordered-grid--style-2 {
    border-top-style: dashed;
    border-right-style: dashed
}

@media (max-width: 991px) {
    .block-bordered-grid--style-2 {
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bordered-grid.col-sm-6:nth-child(2n+2) {
        border-right: 0
    }

    .block-bordered-grid.col-sm-4:nth-child(3n+3) {
        border-right: 0
    }

    .block-bordered-grid.col-sm-3:nth-child(4n+4) {
        border-right: 0
    }
}

@media (min-width: 992px) {
    .block-bordered-grid[class*="col-"]:last-child {
        border-right: 0
    }

    .block-bordered-grid.col-md-6:nth-child(2n+2) {
        border-right: 0
    }

    .block-bordered-grid.col-md-4:nth-child(3n+3) {
        border-right: 0
    }

    .block-bordered-grid.col-md-3:nth-child(4n+4) {
        border-right: 0
    }
}

.icon-block--style-1 {
    position: relative
}

[class^="icon-block--style-1"] {
    position: relative
}

.icon-block--style-1-v1 .block-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1
}

.icon-block--style-1-v1 .block-icon > .icon-number, .icon-block--style-1-v1 .block-icon i {
    color: #17A2B8
}

.icon-block--style-1-v1 .block-icon i, .icon-block--style-1-v1 .block-icon .icon-number {
    font-size: 50px
}

.icon-block--style-1-v1 .block-icon.c-white i {
    color: #fff
}

.icon-block--style-1-v1 .block-content {
    padding-left: 70px
}

.icon-block--style-1-v1 .block-icon-sm {
    width: 30px;
    height: 30px;
    line-height: 1.3
}

.icon-block--style-1-v1 .block-icon-sm i {
    font-size: 30px
}

.icon-block--style-1-v1 .block-icon-sm + .block-content {
    padding-left: 50px
}

.icon-block--style-1-v1 .block-icon-right {
    left: auto;
    right: 0
}

.icon-block--style-1-v1 .block-icon-right + .block-content {
    padding-right: 70px;
    padding-left: 0;
    text-align: right
}

.icon-block--style-1-v2 .heading {
    margin-bottom: 10px
}

.icon-block--style-1-v2 .block-icon, .icon-block--style-1-v3 .block-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0
}

.icon-block--style-1-v2 .block-icon i, .icon-block--style-1-v3 .block-icon i {
    font-size: 50px;
    line-height: 1
}

.icon-block--style-1-v2 .block-icon i {
    color: #2b2b2c
}

.icon-block--style-1-v2 .block-icon .icon-number {
    font-size: 50px;
    line-height: 1;
    display: block;
    text-align: right
}

.icon-block--style-1-v2 .block-icon .icon-number {
    color: #2b2b2c
}

.icon-block--style-1-v2 .block-content {
    padding-left: 70px
}

.icon-block--style-1-v2 .block-icon-lg, .icon-block--style-1-v3 .block-icon-lg {
    width: 70px;
    height: 70px
}

.icon-block--style-1-v2 .block-icon-lg i, .icon-block--style-1-v3 .block-icon-lg i {
    font-size: 70px
}

.icon-block--style-1-v2 .block-icon-lg + .block-content {
    padding-left: 80px
}

.icon-block--style-1-v2 .block-icon-sm {
    width: 30px;
    height: 30px
}

.icon-block--style-1-v2 .block-icon-sm i {
    font-size: 30px
}

.icon-block--style-1-v2 .block-icon-sm + .block-content {
    padding-left: 50px
}

.icon-block--style-1-v2 .block-icon-right {
    left: auto;
    right: 0;
    text-align: left
}

.icon-block--style-1-v2 .block-icon-right.block-icon-lg + .block-content {
    padding-left: 0;
    padding-right: 80px
}

.icon-block--style-1-v2 .block-icon-right + .block-content {
    padding-left: 0;
    padding-right: 70px;
    text-align: right
}

.icon-block--style-1-v2 .block-icon-right.block-icon-sm + .block-content {
    padding-left: 0;
    padding-right: 50px
}

.icon-block--style-1-v3 .block-icon, .icon-block--style-1-v4 .block-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.icon-block--style-1-v3 .block-icon {
    border: 1px solid #17A2B8
}

.icon-block--style-1-v4 .block-icon {
    border: 1px solid #2b2b2c
}

.icon-block--style-1-v3-dashed .block-icon, .icon-block--style-1-v4-dashed .block-icon {
    border-style: dashed
}

.icon-block--style-1-v3 .block-icon i, .icon-block--style-1-v4 .block-icon i {
    font-size: 28px;
    line-height: 60px;
    font-weight: normal
}

.icon-block--style-1-v3 .block-icon i {
    color: #17A2B8
}

.icon-block--style-1-v4 .block-icon i {
    color: #2b2b2c
}

.icon-block--style-1-v3 .block-content, .icon-block--style-1-v4 .block-content {
    padding-left: 85px
}

.icon-block--style-1.v3 .block-icon i {
    font-size: 15px;
    color: #17A2B8
}

.icon-block--style-1.v4 .block-icon i {
    font-size: 15px;
    color: #2b2b2c
}

.icon-block--style-1.v3 .block-content, .icon-block--style-1.v4 .block-content {
    padding-left: 30px
}

.icon-block--style-1-v3.block-icon-right .block-icon, .icon-block--style-1-v4.block-icon-right .block-icon {
    left: auto;
    right: 0
}

.icon-block--style-1-v3.block-icon-right .block-content, .icon-block--style-1-v4.block-icon-right .block-content {
    padding-left: 0;
    padding-right: 85px;
    text-align: right
}

.icon-block--style-1-v5 {
    position: relative
}

.icon-block--style-1-v5 .block-icon {
    display: block;
    margin-bottom: 1rem
}

.icon-block--style-1-v5 .block-icon > i {
    font-size: 40px
}

.icon-block--style-1-v5 .block-icon-sm > i {
    font-size: 20px
}

.icon-block--style-1-v5 .block-icon-lg > i {
    font-size: 60px
}

.icon-block--style-1-v5 .block-icon > img {
    width: 80px
}

.icon-block--style-1-v5 .block-icon-sm > img {
    width: 60px
}

.icon-block--style-1-v5 .block-icon-lg > img {
    width: 100px
}

.icon-block--style-1-v5.active .block-icon {
    color: #17A2B8 !important
}

.icon-block--style-1-v5 .block-icon-circle {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background: #0127ff
}

.icon-block--style-1-v5 .block-content p {
    margin-top: 10px
}

.icon-block--style-1-v5.block-bordered-grid-animated {
    padding: 3rem 2rem
}

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner {
    display: block;
    color: #818a91
}

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: transparent;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    transform: scale(0.1)
}

.icon-block--style-1-v5.block-bordered-grid-animated:hover .block-inner::after {
    border: 2px solid #17A2B8;
    transform: scale(1)
}

.block.style-5 .block-icon.block-icon-lg i {
    font-size: 60px
}

.icon-block--style-1-v3.icon-block-inverse .block-icon {
    border-color: #fff
}

.icon-block--style-1-v1.icon-block-inverse .block-icon i, .icon-block--style-1-v2.icon-block-inverse .block-icon i, .icon-block--style-1-v3.icon-block-inverse .block-icon i, .icon-block--style-1-v4.icon-block-inverse .block-icon i, .icon-block--style-1-v5.icon-block-inverse .block-icon i {
    color: #fff
}

.icon-block--style-2-v1:hover .block-icon, .icon-block--style-2-v2:hover .block-icon {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.icon-block--style-2-v1 .heading, .icon-block--style-2-v2 .heading {
    margin-bottom: .5rem !important
}

.icon-block--style-2-v1 .block-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 32px;
    margin-bottom: 2rem
}

.icon-block--style-2-v2 .block-icon {
    margin-bottom: 2rem
}

.icon-block--style-2-v2 .block-icon {
    margin: auto auto 2rem;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 32px;
    border: 2px solid #818a91;
    color: #55595c
}

.icon-block--style-2-v2.active .block-icon, .icon-block--style-2-v2:hover .block-icon {
    border-color: #17A2B8;
    background: #17A2B8;
    color: #FFF
}

.icon-block--style-3 {
    position: relative
}

.icon-block--style-3 > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    font-size: 20px
}

.icon-block--style-3 > .icon-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    font-size: 17px
}

.icon-block--style-3 .icon-label {
    display: block;
    position: absolute;
    width: 40px;
    left: 0;
    top: 45px;
    font-size: 13px;
    text-align: center
}

.icon-block--style-3 .icon-block-text {
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    font-family: "Nunito", sans-serif
}

.icon-block--style-3 .icon-block-subtext {
    position: absolute;
    top: 34px;
    left: 54px
}

.icon-block--style-3-v1 > i {
    border: 1px solid #eceeef;
    background: transparent;
    color: #17A2B8
}

.icon-block--style-3-v2 > .icon-number, .icon-block--style-3-v2 > i {
    position: absolute
}

.icon-block--style-3-v2 .icon-block-content {
    padding-left: 65px
}

.icon-block--style-4 {
    overflow: visible;
    position: relative;
    margin-top: 42px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-radius: .25rem
}

.icon-block--style-4::before, .icon-block--style-4::after {
    content: "";
    width: calc(50% - 52px);
    position: absolute;
    top: 0;
    border-top: 1px solid #f1f1f1
}

.icon-block--style-4::before {
    left: 0;
    border-top-left-radius: .25rem
}

.icon-block--style-4::after {
    right: 0;
    border-top-right-radius: .25rem
}

.icon-block--style-4 .block-icon {
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -42px;
    border-radius: 100%;
    background: #17A2B8;
    color: #FFF
}

.icon-block--style-4:hover .block-icon {
    -webkit-animation-name: rotate-icon;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out
}

.icon-block--style-4 .block-icon::after {
    content: "";
    width: 84px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.icon-block--style-4:hover .block-icon::after {
    width: 98px;
    height: 98px;
    top: -7px;
    left: 50%;
    margin-left: -49px;
    border: 3px solid #17A2B8
}

.icon-block--style-4 .block-icon i {
    font-size: 40px
}

.icon-block--style-4 .block-body {
    padding-top: 80px;
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 991px) {
    .icon-block--style-4 {
        margin-top: 80px
    }
}

.icon-block--arrow {
    border: 0
}

.icon-block--arrow .block-icon {
    width: 120px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    text-align: center;
    border-radius: .25rem
}

.icon-block--arrow .block-icon i {
    font-size: 40px
}

.icon-block--arrow .block-icon:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #17A2B8;
    border-width: 12px;
    margin-left: -12px
}

.icon-block--arrow .block-body {
    margin-top: 1.7rem;
    padding: 0 2rem
}

@-webkit-keyframes rotate-icon {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }
    10% {
        -webkit-transform: scale(1) rotate(0deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg)
    }
}

/**	18. List Group
*************************************************** **/
.list-group {
    border-left: 0;
    border-right: 0
}

.list-group-item {
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
    color: #818a91;
    font-size: .875rem;
    margin-bottom: 0
}

.list-group-item-sm {
    padding: 0.75rem 1rem
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid rgba(243, 243, 243, 0.7)
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #eceeef;
    color: #2b2b2c;
    border-color: #eceeef
}

.list-group-item .label {
    margin-left: 1rem
}

.card .list-group .list-group-item:first-child {
    border-top: 0 !important
}

.card .list-group .list-group-item:last-child {
    border-bottom: 0 !important
}

.lgi-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: top;
    margin: -.1rem 1.2rem 0 -.2rem
}

.lgi-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.lgi-heading {
    font-size: .875rem;
    color: #2b2b2c
}

.lgi-heading > small {
    float: right;
    color: #818a91;
    font-weight: 500
}

.lgi-content > p {
    color: #818a91;
    line-height: 1.5;
    margin: .2rem 0 0
}

.list-inline li {
    display: inline-block;
    float: left
}

ul.icons {
    margin: 0;
    padding: 0
}

ul.icons li {
    list-style: none;
    margin: 5px 0 0;
    vertical-align: top;
    font-size: .875rem
}

ul.icons li > a:not(.icon) {
    color: #818a91
}

ul.icons li > a:hover {
    color: #17A2B8
}

ul.icons li .icon {
    margin-right: 1rem;
    display: inline-block;
    font-size: 20px;
    width: 20px;
    position: relative;
    top: 4px
}

ul.inline-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1
}

ul.inline-links > li {
    display: inline-block;
    padding: 0 .4em 0 .4em;
    position: relative;
    font-size: .75rem
}

ul.inline-links > li:first-child {
    padding-left: 0
}

ul.inline-links > li:last-child {
    padding-right: 0
}

ul.inline-links > li, ul.inline-links > li > a {
    color: #818a91
}

ul.inline-links > li > a.active {
    color: #2b2b2c;
    font-weight: 500
}

ul.inline-links > li > a:hover {
    color: #17A2B8;
    text-decoration: none
}

ul.inline-links > li > a:hover > heading {
    color: #17A2B8
}

ul.inline-links > li > a > i, ul.inline-links > li > i {
    margin-right: 4px
}

ul.inline-links.inline-links--style-2 > li, ul.inline-links.inline-links--style-2 > li > a {
    font-size: 13px
}

ul.inline-links.inline-links--style-2 > li:not(:last-child) {
    padding-right: 12px
}

ul.inline-links.inline-links--style-2 > li:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 4px;
    color: #17A2B8
}

ul.inline-links.inline-links--style-2 > li:last-child:before {
    content: ""
}

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

ul.social-icons li {
    display: inline-block;
    font-size: .875rem
}

ul.social-icons li a {
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px
}

ul.social-icons li.text {
    height: 32px;
    padding-left: 10px;
    line-height: 32px
}

ul.social-icons li.facebook:hover {
    background: #3b5998;
    color: #fff
}

ul.social-icons li.facebook:hover > a {
    color: #fff
}

ul.social-icons li.twitter:hover {
    background: #1da1f2;
    color: #fff
}

ul.social-icons li.twitter:hover > a {
    color: #fff
}

ul.social-icons li.linkedin:hover {
    background: #0077b5;
    color: #fff
}

ul.social-icons li.linkedin:hover > a {
    color: #fff
}

.list-social-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%
}

.list-social-buttons > li {
    border-right: 1px solid #f1f1f1;
    display: table-cell
}

.list-social-buttons > li > a {
    padding: 2rem;
    font-size: 20px;
    display: block;
    text-align: center;
    color: #2b2b2c
}

.list-social-buttons > li:last-child {
    border-right: 0
}

ul.categories {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.categories > li {
    border-bottom: 1px solid #f1f1f1
}

ul.categories > li:last-child {
    border: 0
}

ul.categories > li > a {
    display: block;
    padding: 0.75rem 0;
    color: #818a91;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

ul.categories > li > a:after, ul.categories > li > a:before {
    content: "";
    display: table
}

ul.categories > li > a:after {
    clear: both
}

ul.categories > li:hover > a {
    color: #17A2B8;
    text-decoration: none
}

ul.categories > li > ul {
    padding-left: 3rem;
    list-style: none
}

ul.categories > li > ul > li > a {
    display: block;
    padding: 0.3125rem 0;
    color: #818a91;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

ul.categories > li > ul > li > a.active {
    color: #17A2B8
}

ul.categories--style-1 > li > a {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center
}

ul.categories--style-1 > li > a > .category-name {
    color: #2b2b2c;
    flex-grow: 1
}

ul.categories--style-1 > li > a:hover > .category-name {
    color: #17A2B8
}

ul.categories--style-1 > li > a > .category-count {
    color: #818a91;
    font-size: .75rem
}

ul.categories--style-1 > li > a:before {
    content: "\f125";
    font-family: "Ionicons";
    position: absolute;
    height: 16px;
    line-height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
    color: #818a91;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear
}

ul.categories--style-2 > li {
    border: 0
}

ul.categories--style-2 > li > a {
    padding: 5px 0
}

ul.categories--style-3 > li {
    border: 0
}

ul.categories--style-3 > li > a {
    display: block;
    padding: 0.625rem 1rem
}

ul.categories--style-3 > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    color: #17A2B8;
    font-weight: 600
}

ul.categories--style-3 > li > a.active {
    color: #17A2B8;
    font-weight: 600
}

ul.categories--style-3 > li i {
    margin-right: 0.75rem;
    position: relative;
    top: 2px;
    font-size: 1.25rem
}

ul.categories--style-3 > li > ul > li > a.active {
    color: #17A2B8;
    font-weight: 600
}

.list-wrapper {
    background: #17A2B8;
    padding: 1.5rem;
    border-radius: .25rem
}

.list-wrapper > .heading {
    color: #FFF;
    margin-bottom: 1rem
}

.list-wrapper ul.categories--style-1 > li {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a, .list-wrapper ul.categories--style-1 > li > a > .category-count, .list-wrapper ul.categories--style-1 > li > a > .category-name {
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a:hover, .list-wrapper ul.categories--style-1 > li > a:hover > .category-name {
    color: #FFF
}

.list-wrapper ul.categories--style-1 > li > a:before {
    color: #FFF
}

ul.categories--style-1 > li > a:hover:before {
    left: 5px
}

.sidebar .list-unstyled {
    font-size: .875rem
}

.sidebar .list-unstyled > li > a {
    color: #2b2b2c;
    padding: 0.2rem 0;
    display: block
}

.sidebar .list-unstyled > li:hover > a {
    color: #17A2B8
}

.vertical-info {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.vertical-info > li {
    padding: 0.25rem 0
}

.vertical-info > li > span {
    display: inline-block;
    font-size: .875rem
}

.vertical-info > li > .vi-title {
    font-weight: 600;
    margin-right: 0.5rem
}

.vertical-info > li > .vi-content {
    color: #818a91
}

ul.list-bullet {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent
}

ul.list-bullet li {
    clear: left;
    padding: 10px 0;
    display: block;
    width: 100%
}

ul.list-bullet li > figure {
    margin: 0;
    padding: 0;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1rem;
    color: #eceeef;
    font-weight: 600;
    display: inline-block;
    float: left
}

ul.list-bullet li img {
    width: 60px
}

ul.list-bullet li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    display: inline-block
}

ul.list-bullet li p {
    margin: 0 0 0 50px;
    padding: 0
}

ul.list-bullet li span {
    margin-left: 6px
}

ul.list-bullet li a {
    font-weight: 500
}

ul.list-bullet li a:hover {
    text-decoration: none;
    color: #464646
}

ul.list-bullet li span {
    font-size: 12px
}

.list-recent-stories {
    background: #e6edf2
}

.list-recent .widget-title {
    padding: 26px 24px 28px
}

.list-recent {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-recent li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7)
}

.list-recent li:first-child {
    padding-top: 0;
    border-top: 0
}

.list-recent.list-recent-boxed li {
    padding: 10px 15px
}

.list-recent li:last-child {
    border: 0
}

.list-recent-stories li:nth-child(odd) {
    background: #c6d3dd
}

.list-recent-comments li:nth-child(odd) {
    background: #eceeef
}

.list-recent .inline-links {
    display: block
}

.list-recent .post-thumb {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 16px
}

.list-recent-stories .post-thumb, .list-recent-stories .post-thumb img {
    border-radius: 50%
}

.list-recent-comments li:nth-child(even) .post-thumb {
    float: right;
    margin-right: 0;
    margin-left: 16px
}

.list-recent .post-thumb img {
    display: block;
    width: 100%;
    height: 100% !important
}

.list-recent .post-author, .list-recent .post-title {
    display: block;
    margin-bottom: 0
}

.list-recent .post-author {
    font-size: 12px;
    color: #17A2B8
}

.list-recent .post-author a, .list-recent .post-title {
    font-size: .875rem;
    font-weight: 500;
    line-height: 19px;
    color: #2b2b2c
}

.list-recent .post-author a:hover {
    color: #17A2B8
}

.list-recent .post-title a {
    color: #2b2b2c
}

.list-recent .post-title a:hover {
    color: #17A2B8
}

.list-recent .post-title .label {
    margin-top: 5px
}

.list-recent .post-title > a + .inline-links, .list-recent .post-title > a + .star-rating {
    margin-top: 5px
}

.list-recent .post-entry, .list-recent .post-desc {
    display: block;
    font-size: 12px;
    color: #818a91;
    line-height: 17px
}

.list-recent .post-meta-bot {
    padding: 21px 0;
    text-align: center
}

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
    .list-recent li {
        padding: 8px
    }

    .list-recent .post-thumb {
        margin-right: 5px;
        margin-top: 3px
    }

    .list-recent-comments li:nth-child(odd) .post-thumb {
        margin-left: 5px
    }
}

ul.list-border--dotted > li {
    border: 1px solid dotted !important
}

ul.list-border--dotted > li:last-child {
    border: 0
}

.list-icon {
    display: inline-block;
    margin-right: 10px
}

.list-icon--style-1 {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    color: #818a91
}

.list-icon--style-1 i {
    color: #17A2B8
}

.list-simple {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-simple--1 li {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-top: 0.75rem
}

.list-symbol--1 {
    list-style-type: square
}

.meta-category {
    display: block;
    position: relative;
    z-index: 100
}

.meta-category a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #17A2B8
}

.meta-category a:hover {
    color: #0022e7
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.mask-base-1--style-1 {
    background: rgba(52, 82, 255, 0.9)
}

.mask-base-1--style-2 {
    background: rgba(52, 82, 255, 0.5)
}

.mask-base-1--style-3 {
    background: rgba(52, 82, 255, 0.7)
}

.mask-base-2--style-1 {
    background: rgba(41, 47, 54, 0.9)
}

.mask-base-2--style-2 {
    background: rgba(41, 47, 54, 0.5)
}

.mask-base-2--style-3 {
    background: rgba(41, 47, 54, 0.7)
}

.mask-gradient-1--style-1 {
    opacity: 0.9
}

.mask-gradient-1--style-2 {
    opacity: 0.5
}

.mask-light {
    background: #fff
}

.mask-light--style-1 {
    background: rgba(255, 255, 255, 0.9)
}

.mask-light--style-2 {
    background: rgba(255, 255, 255, 0.4)
}

.mask-light--style-3 {
    background: rgba(255, 255, 255, 0.2)
}

.mask-light ~ .mask-container .heading {
    color: #333 !important
}

.mask-light ~ .mask-container p {
    color: #555 !important
}

.mask-dark {
    background: #000
}

.mask-dark--style-1 {
    background: rgba(0, 0, 0, 0.9)
}

.mask-dark--style-2 {
    background: rgba(0, 0, 0, 0.4)
}

.mask-dark--style-3 {
    background: rgba(0, 0, 0, 0.2)
}

.mask-dark ~ .mask-container .heading {
    color: #FFF
}

.mask-dark ~ .mask-container p {
    color: #d3d3d3
}

/**	19. Modals
*************************************************** **/
.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f1f1
}

.modal-header > .heading {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    padding: 1rem 1.5rem
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: .25rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19)
}

.modal-backdrop.in {
    opacity: 0.3
}

.modal[data-modal-color], .modal[data-modal-color] .modal-footer .btn-link, .modal[data-modal-color] .modal-title {
    color: #fff
}

.modal[data-modal-color=base-1] .modal-content {
    background-color: #17A2B8
}

.modal[data-modal-color=base-2] .modal-content {
    background-color: #292f36
}

.modal[data-modal-color=base-3] .modal-content {
    background-color: #818a91
}

.modal[data-modal-color=base-4] .modal-content {
    background-color: #2B2B2B
}

.modal[data-modal-color=base-5] .modal-content {
    background-color: #FFF
}

.modal[data-modal-color=dark] .modal-content {
    background-color: #2b2b2c
}

/**	20. Nav Pills
*************************************************** **/
.nav-pills {
    border: 1px solid transparent;
    border-radius: .25rem
}

.nav-pills .nav-link {
    border-radius: 0;
    border-right: 1px solid #ddd;
    background-color: #eee
}

.nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    background: #17A2B8;
    color: #2b2b2c
}

.nav-pills .nav-item + .nav-item {
    margin-left: 2px
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
    color: #2b2b2c;
    background: #17A2B8
}

.nav-pills--style-2 {
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: .25rem
}

.nav-pills--style-2 .nav-link {
    padding: 26px;
    border-radius: 0;
    border-right: 0;
    background-color: #eee;
    text-transform: uppercase
}

.nav-pills--style-2 .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem
}

.nav-pills--style-2 .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-right: 0
}

.nav-pills--style-2 .nav-link:focus, .nav-pills--style-2 .nav-link:hover {
    background: #f5f5f5
}

.nav-pills--style-2 .nav-item + .nav-item {
    margin-left: 2px
}

.nav-pills--style-2 .nav-link.active, .nav-pills--style-2 .nav-link.active:focus, .nav-pills--style-2 .nav-link.active:hover {
    background: transparent;
    color: inherit
}

.nav-pills--style-3 {
    border: 0
}

.nav-pills--style-3 .nav-link:after, .nav-pills--style-3 .nav-link:before {
    display: table;
    content: ""
}

.nav-pills--style-3 .nav-link:after {
    clear: both
}

.nav-pills--style-3 .nav-link {
    border: 1px solid #f1f1f1;
    margin-right: 20px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    border-radius: .25rem
}

.nav-pills--style-3 .nav-item:last-child .nav-link {
    margin: 0
}

.nav-pills--style-3 .nav-link:focus, .nav-pills--style-3 .nav-link:hover {
    background: #17A2B8;
    color: #FFF
}

.nav-pills--style-3 .nav-link.active, .nav-pills--style-3 .nav-link.active:focus, .nav-pills--style-3 .nav-link.active:hover {
    background: #fff
}

.nav-pills--style-3 .nav-pill-text {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle
}

.nav-pills--style-3 .nav-pill-text p {
    margin: 0
}

.nav-pills--style-3 .nav-pill-text .heading {
    display: block;
    margin: 0;
    padding: 0
}

.nav-pills--style-3 .nav-pill-text .nav-pill-subtitle {
    display: block;
    margin-top: 5px;
    color: #818a91;
    font-size: .875rem
}

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text {
    display: block;
    margin-top: 20px;
    color: #818a91;
    font-size: .875rem
}

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text strong {
    color: #2b2b2c
}

.nav-pills--style-3 .nav-pill-icon {
    width: 60px;
    display: table-cell;
    vertical-align: middle
}

.nav-pills--style-3 .nav-pill-icon i {
    font-size: 50px;
    color: #2b2b2c
}

.nav-pills--style-3 .nav-link:focus .nav-pill-icon i, .nav-pills--style-3 .nav-link:hover .nav-pill-icon i {
    color: #FFF
}

.nav-pills--style-3 .nav-link.active .nav-pill-icon i {
    color: #2b2b2c
}

.nav-pills--style-3 .nav-link:hover * {
    color: #FFF
}

@media (max-width: 767px) {
    .nav-pills--style-3 .nav-link {
        margin-right: 0
    }
}

.nav-pills--style-3.nav-pills-inverse .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #1b1e23;
    color: #818a91
}

.nav-pills--style-3.nav-pills-inverse .nav-link:focus, .nav-pills--style-3.nav-pills-inverse .nav-link:hover {
    background: #17A2B8;
    color: #FFF
}

.nav-pills--style-3.nav-pills-inverse .nav-link.active, .nav-pills--style-3.nav-pills-inverse .nav-link.active:focus, .nav-pills--style-3.nav-pills-inverse .nav-link.active:hover {
    background: #17A2B8;
    color: #FFF
}

/**	21. Pagination
*************************************************** **/
.pagination-wrapper {
    margin: 1rem 0;
    font-size: 0
}

.pagination {
    margin: 0;
    border-radius: 0
}

.pagination .page-link, .pagination .page-item > span {
    padding: 0.625rem 0.875rem;
    font-family: "Nunito", sans-serif;
    font-size: .7rem;
    color: #818a91;
    background-color: transparent;
    border: 1px solid #eceeef;
    text-align: center !important
}

.pagination .page-item:first-child .page-link, .pagination .page-item:first-child > span {
    margin-left: 0;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination .page-item:last-child .page-link, .pagination .page-item:last-child > span {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover, .pagination .page-item > span:focus, .pagination .page-item > span:hover {
    color: #2b2b2c;
    background-color: #eceeef;
    border-color: #eceeef
}

.pagination > .active .page-link, .pagination > .active .page-link:focus, .pagination > .active .page-link:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #FFF;
    background-color: #17A2B8;
    border-color: #17A2B8
}

.pagination > .disabled .page-link, .pagination > .disabled .page-link:focus, .pagination > .disabled .page-link:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #818a91;
    background-color: #eceeef;
    border-color: #eceeef
}

.pagination-lg .page-item .page-link, .pagination-lg .page-item > span {
    padding: 0.875rem 1.125rem;
    font-family: "Nunito", sans-serif;
    font-size: .7rem;
    color: #818a91;
    background-color: transparent;
    border: 1px solid #eceeef
}

.pagination--style-1 .page-link, .pagination--style-1 .page-item > span {
    margin: 0 3px
}

.pagination--style-2 .page-item .page-link, .pagination--style-2 .page-item > span {
    margin: 0 3px;
    background: #fff;
    color: #818a91
}

.pagination-circle .page-item .page-link, .pagination-circle .page-item > span {
    border-radius: 50% !important;
    margin: 0 5px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px;
    line-height: 2.2
}

.pagination-square .page-item .page-link, .pagination-square .page-item > span {
    border-radius: 0 !important;
    margin: 0 5px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px;
    line-height: 2.2
}

.pager {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    text-align: center
}

.pager .page-item {
    display: inline
}

.pager .page-item .page-link, .pager .page-item > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 15px
}

.pager .page-item .page-link:focus, .pager .page-item .page-link:hover {
    text-decoration: none;
    background-color: #17A2B8
}

.pager .next .page-link, .pager .next > span {
    float: right
}

.pager .previous .page-link, .pager .previous > span {
    float: left
}

.pager .disabled .page-link, .pager .disabled .page-link:focus, .pager .disabled .page-link:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.pager .page-item .page-link, .pager .page-item > span {
    background-color: transparent;
    border: 1px solid #eceeef;
    border-radius: .2rem;
    font-size: .875rem;
    color: #2b2b2c
}

.pager .page-item .page-link:focus, .pager .page-item .page-link:hover {
    background-color: #eceeef;
    color: #2b2b2c
}

.pager--style-1 .page-item .page-link, .pager--style-1 .page-item > span {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #2b2b2c;
    opacity: 0.6
}

.pager--style-1 .page-item:hover .page-link, .pager--style-1 .page-item:hover > span {
    background-color: transparent;
    opacity: 1
}

.pager--style-1 .page-item.pager-count span {
    background: transparent;
    border: 0;
    padding: 0;
    font-style: italic
}

[data-toggle="popover"] {
    cursor: pointer
}

/**	22. Pricing
*************************************************** **/
.price-tag {
    display: block;
    padding: 0.75rem 0
}

.price-tag--1 {
    font-size: 3rem
}

.price-tag--1 sup {
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.4);
    top: -1em;
    right: -8px
}

.price-tag--1 .price-type {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    left: -10px
}

.pricing-plans:after, .pricing-plans:before, .pricing-table:after, .pricing-table:before {
    display: table;
    content: " "
}

.pricing-plans:before, .pricing-table:before {
    clear: both
}

.pricing-plans .plan-title {
    margin: 0;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2b2b2c
}

.pricing-plans .price-tag {
    margin: 0;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    font-weight: 700;
    text-align: center
}

.pricing-plans .price-tag span {
    font-size: 28px;
    font-weight: 600
}

.pricing-plans .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans ul {
    margin: 0;
    padding: 0 15px;
    list-style: none
}

.pricing-plans ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: .875rem
}

.pricing-plans ul li i {
    margin-right: 8px
}

.pricing-plans .plan-info {
    margin: 0;
    padding: 15px;
    text-align: center
}

.pricing-plans .plan-select {
    padding: 15px;
    border-top: 1px solid #f1f1f1
}

.pricing-plans--style-1 .block-pricing {
    background: #fff
}

.pricing-plans--style-1 .block-pricing.active {
    background: #17A2B8;
    color: #FFF
}

.pricing-plans--style-1 .block-pricing.active * {
    color: #FFF
}

.pricing-plans--style-1 .block-pricing.active .btn {
    color: #FFF !important;
    border-color: #FFF !important
}

.pricing-plans--style-1 .plan-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    background: transparent;
    color: #2b2b2c;
    text-transform: normal
}

.pricing-plans--style-1 .price-tag {
    margin: 0;
    padding: 1rem;
    font-size: 4rem;
    font-weight: 400;
    height: auto;
    line-height: 1;
    text-align: center;
    color: #2b2b2c
}

.pricing-plans--style-1 .price-tag span {
    font-size: 28px;
    font-weight: 600;
    color: #818a91
}

.pricing-plans--style-1 .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans--style-1 .price-tag-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    color: #818a91;
    display: block;
    text-align: center
}

.pricing-plans--style-1 ul li {
    padding: 0.875rem 0;
    color: #818a91
}

.pricing-plans--style-1 ul li.active {
    color: #2b2b2c
}

.pricing-plans--style-2 .plan-title {
    margin: 0;
    padding: 2rem;
    font-weight: 500;
    color: #2b2b2c;
    border-bottom: 1px solid #f1f1f1;
    text-transform: normal
}

.pricing-plans--style-2 .block-pricing.active .plan-title {
    background: #17A2B8;
    color: #FFF;
    border-bottom: 1px solid #17A2B8
}

.pricing-plans--style-2 .block-pricing.active--style-2 .plan-title {
    background: #2B2B2B;
    color: #FFF;
    border-bottom: 1px solid #2B2B2B
}

.pricing-plans--style-2 .price-tag {
    margin: 0.5rem 0 0 0;
    padding: 1rem 0 0;
    font-size: 3.75rem;
    font-weight: 500;
    height: auto;
    line-height: 1;
    text-align: center;
    color: #2b2b2c
}

.pricing-plans--style-2 .price-tag span {
    font-size: 28px;
    font-weight: 600
}

.pricing-plans--style-2 .price-tag span.price-type {
    font-size: 20px;
    font-weight: 500
}

.pricing-plans--style-2 .price-tag-subtitle {
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    color: #818a91;
    display: block;
    text-align: center
}

.pricing-plans--style-2 ul {
    padding: 1rem 2rem
}

.pricing-plans--style-2 ul li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
    color: #818a91;
    font-size: .875rem
}

.pricing-plans--style-2 ul li:last-child {
    border: 0
}

.pricing-plans--style-2 ul li.active {
    color: #2b2b2c;
    font-weight: 500
}

.pricing-plans--style-3 .block-pricing {
    border: 1px solid #f1f1f1
}

.pricing-plans--style-3 .row-no-padding .block-pricing {
    border-radius: 0
}

.pricing-plans--style-3 .row-no-padding [class^="col-"]:not(:last-child) .block-pricing {
    border-right: 0
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper {
    padding: 1rem;
    text-align: center;
    background: #f7f7f9;
    border-bottom: 1px solid #f1f1f1
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active {
    background: #17A2B8;
    color: #FFF
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active * {
    color: #FFF !important
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag {
    font-size: 4rem;
    font-weight: 400;
    color: #2b2b2c
}

.pricing-plans--style-1 .block-pricing .price-tag sup, .pricing-plans--style-2 .block-pricing .price-tag sup, .pricing-plans--style-3 .block-pricing .price-tag sup {
    font-size: 1.5rem;
    top: -1em
}

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag-subtitle {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
    font-weight: 300;
    text-transform: capitalize
}

.pricing-plans--style-3 ul {
    padding: 0
}

.pricing-plans--style-3 ul > li {
    padding: 15px 0
}

.pricing-plans .plan-select {
    padding: 15px;
    background: #f1f1f1;
    border-top: 1px solid #f1f1f1
}

.pricing-plans .block {
    margin-top: 2rem;
    border: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden
}

@media (max-width: 767px) {
    .pricing-plans {
        margin-bottom: 30px
    }

    .pricing-plans--style-3 [class^="col-"]:not(:last-child) .block-pricing {
        border: 1px solid #f1f1f1
    }
}

@media (min-width: 992px) {
    .pricing-plans .block.popular {
        margin-top: -1rem
    }
}

.promos {
    margin: 0 auto
}

.promos:before, .promos:after {
    content: '';
    display: table
}

.promos:after {
    clear: both
}

.promo {
    margin: 15px 10px 25px;
    padding: 5px 0 30px;
    font-weight: 400;
    line-height: 1.625;
    text-align: center
}

.promos.bg-base-1, .promos.bg-base-2, .promos.bg-base-3, .promos.bg-base-4, .promos.bg-base-5 {
    background: transparent !important
}

.promos.bg-base-1 .promo {
    background: #17A2B8
}

.promos.bg-base-2 .promo {
    background: #292f36
}

.promos.bg-base-3 .promo {
    background: #818a91
}

.promos.bg-base-4 .promo {
    background: #2B2B2B
}

.promos.bg-base-5 .promo {
    background: #FFF
}

.promo h4 {
    margin: 15px 0 0;
    font-size: 150%;
    font-weight: normal
}

.promos.bg-base-1 .promo h4 {
    color: #FFF
}

.promos.bg-base-2 .promo h4 {
    color: #FFF
}

.promos.bg-base-3 .promo h4 {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo h4 {
    color: #FFF
}

.promos.bg-base-5 .promo h4 {
    color: #0A0814
}

.promo li {
    padding: 5px 0;
    font-size: .875rem
}

.promos.bg-base-1 .brief {
    color: #FFF
}

.promos.bg-base-2 .brief {
    color: #FFF
}

.promos.bg-base-3 .brief {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .brief {
    color: #FFF
}

.promos.bg-base-5 .brief {
    color: #0A0814
}

.promo .price {
    margin: 10px 0;
    padding: 5px 0;
    font-size: 250%
}

.promo .features {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.promo .buy {
    margin: 15px 0 0
}

.promos.bg-base-1 .promo .features {
    color: #FFF
}

.promos.bg-base-2 .promo .features {
    color: #FFF
}

.promos.bg-base-3 .promo .features {
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo .features {
    color: #FFF
}

.promos.bg-base-5 .promo .features {
    color: #0A0814
}

.promos.bg-base-1 .promo .price {
    background: #0127ff;
    color: #FFF
}

.promos.bg-base-2 .promo .price {
    background: #131619;
    color: #FFF
}

.promos.bg-base-3 .promo .price {
    background: #687077;
    color: rgba(255, 255, 255, 0.9)
}

.promos.bg-base-4 .promo .price {
    background: #121212;
    color: #FFF
}

.promos.bg-base-5 .promo .price {
    background: #e6e6e6;
    color: #0A0814
}

@media (min-width: 768px) {
    .promo {
        display: inline;
        float: left;
        width: 33.333%;
        margin: 15px 0 0;
        transition: transform 0.25s ease-out
    }

    .promo.first {
        border-right: none
    }

    .promo.second {
        float: right;
        border-left: none
    }

    .promo.first:hover, .promo.second:hover {
        transform: translateY(-25px)
    }

    .scale {
        transform: scale(1.2)
    }

    .promos.bg-base-1 .scale {
        box-shadow: 0 0 4px 1px #0127ff
    }

    .promos.bg-base-2 .scale {
        box-shadow: 0 0 4px 1px #131619
    }

    .promos.bg-base-3 .scale {
        box-shadow: 0 0 4px 1px #687077
    }

    .promos.bg-base-4 .scale {
        box-shadow: 0 0 4px 1px #121212
    }

    .promos.bg-base-5 .scale {
        box-shadow: 0 0 4px 1px #e6e6e6
    }
}

@media (max-width: 767px) {
    .promo {
        margin-bottom: 2rem;
        border-radius: .25rem
    }

    .promo:last-child {
        margin-bottom: 0
    }
}

/**	23. Progress bar
*************************************************** **/
.progress-wrapper {
    position: relative;
    padding-top: 1.5rem
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: .2rem;
    background-color: #f1f1f1;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-inverse {
    background-color: rgba(0, 0, 0, 0.3)
}

.progress.progress-lg {
    height: 1.5rem
}

.progress.progress-md {
    height: 1rem
}

.progress.progress-sm {
    height: 0.625rem
}

.progress.progress-xs {
    height: 0.25rem
}

.progress .sr-only {
    width: auto;
    height: 20px;
    margin: 0 0 0 30px;
    left: 0;
    clip: auto;
    line-height: 20px;
    font-size: 13px
}

.progress.progress-lg .sr-only {
    height: 1.5rem;
    line-height: 1.5rem
}

.progress.progress-sm .sr-only {
    height: 0.625rem;
    line-height: 0.625rem
}

.progress.progress-xs .sr-only {
    height: 0.25rem;
    line-height: 0.25rem
}

.progress-heading {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 0
}

.progress-bar {
    background-color: #17A2B8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: auto
}

.progress-text {
    margin-bottom: 0
}

.progress-text .mark {
    float: left;
    width: 50%;
    background: transparent
}

.progress-text .mark.right {
    text-align: right
}

.progress-tooltip {
    display: inline-block;
    background: #2b2b2c;
    color: #eceeef;
    padding: 4px 6px;
    line-height: 1;
    font-size: 0.7rem;
    position: relative;
    bottom: 8px;
    border-radius: 3px;
    margin-left: -15px
}

.progress-tooltip:after {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #2b2b2c;
    border-width: 5px
}

.progress-label {
    display: inline-block;
    color: #818a91;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .75rem
}

.progress-percentage {
    display: inline-block;
    color: #818a91;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

/**	24. Ratings
*************************************************** **/
.star-rating {
    display: inline-block
}

.star-rating i {
    display: inline-block;
    color: #fc0
}

.star-rating-sm i {
    font-size: .75rem
}

.rating {
    display: inline-block
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    float: left;
    padding: 0 1px;
    cursor: pointer
}

.rating span.star:before {
    content: "\f005";
    display: block;
    font-size: 14px;
    color: #818a91;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.rating-lg span.star:before {
    font-size: 18px
}

.rating-xl span.star:before {
    font-size: 24px
}

.rating span.voted:before {
    color: #fc0
}

.rating:hover span.star:before {
    color: #818a91
}

.rating:hover span.star.over:before {
    color: #fc0
}

.rating > .rating-count {
    font-size: .75rem;
    color: #818a91;
    position: relative;
    top: -3px;
    margin-left: 1rem
}

.custom-scrollbar--1::-webkit-scrollbar {
    width: 5px
}

.custom-scrollbar--1::-webkit-scrollbar-track {
    background-color: #bdc3c7
}

.custom-scrollbar--1::-webkit-scrollbar-thumb {
    background-color: #aaa
}

.custom-scrollbar--1::-webkit-scrollbar-thumb:hover {
    background-color: #7f8c8d
}

section.ss-slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

section.ss-slice::after {
    position: absolute;
    content: '';
    pointer-events: none
}

.ss-style-triangles::after {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-triangles::after {
    bottom: -50px;
    z-index: 10;
    background: inherit
}

.ss-slice.ss-style-doublediagonal {
    z-index: 1;
    padding-bottom: 10em
}

.ss-style-doublediagonal::after, .ss-style-doublediagonal::before {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.ss-style-halfcircle::after, .ss-style-halfcircle::before {
    left: 50%;
    z-index: 10;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ss-style-halfcircle::before {
    top: -50px
}

.ss-style-halfcircle::after {
    bottom: -50px
}

.ss-style-multitriangles::after, .ss-style-multitriangles::before {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.ss-style-multitriangles::before {
    top: -25px;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-multitriangles::after {
    bottom: -25px;
    z-index: 10;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db
}

.ss-style-roundedsplit {
    padding-top: 7em;
    border-radius: 0 0 80px 80px
}

.ss-style-roundedsplit::before {
    left: 0;
    z-index: 10;
    width: 50%;
    background: inherit
}

.ss-style-roundedsplit::before {
    border-radius: 0 80px 0 0
}

.ss-style-invertedrounded {
    padding: 13em 10% 10em;
    border-radius: 0 0 0 90px
}

.ss-style-invertedrounded::after, .ss-style-invertedrounded::before {
    left: 0;
    z-index: -1;
    height: 90px;
    background: #0127ff
}

.ss-style-invertedrounded::before {
    top: 100%;
    width: 100%;
    border-radius: 0 90px 0 0
}

.ss-style-invertedrounded::after {
    bottom: 0;
    z-index: -1;
    width: 50%
}

.ss-style-zigzag::after, .ss-style-zigzag::before {
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    height: 90px;
    background-size: 50px 100%
}

.ss-style-zigzag::after {
    top: 100%;
    background-position: 50%
}

.bg-base-1.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #17A2B8), color-stop(0.25, #17A2B8));
    background-image: linear-gradient(135deg, #17A2B8 25%, transparent 25%), linear-gradient(225deg, #17A2B8 25%, transparent 25%)
}

.sct-color-1.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #FFF), color-stop(0.25, #FFF));
    background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%)
}

.sct-color-2.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #fcfcfc), color-stop(0.25, #fcfcfc));
    background-image: linear-gradient(135deg, #fcfcfc 25%, transparent 25%), linear-gradient(225deg, #fcfcfc 25%, transparent 25%)
}

.sct-color-3.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #282d33), color-stop(0.25, #282d33));
    background-image: linear-gradient(135deg, #282d33 25%, transparent 25%), linear-gradient(225deg, #282d33 25%, transparent 25%)
}

.sct-color-4.ss-style-zigzag::after {
    background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #121416), color-stop(0.25, #121416));
    background-image: linear-gradient(135deg, #121416 25%, transparent 25%), linear-gradient(225deg, #121416 25%, transparent 25%)
}

/**	25. Sections
*************************************************** **/
.section-title {
    margin-bottom: 1.5rem;
    position: relative
}

.section-title:after, .section-title:before {
    content: "";
    display: table
}

.section-title:before {
    content: " ";
    display: table
}

.section-title.text-center, .section-title.text-sm-center, .section-title.text-md-center, .section-title.text-lg-center, .section-title.text-xl-center {
    margin-bottom: 4rem
}

.section-title .section-title-inner {
    margin: 0 0 5px 0;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: none;
    position: relative;
    z-index: 2;
    color: #2b2b2c
}

.section-title-inverse .section-title-inner, .section-title-inverse .heading {
    color: #fff
}

.section-title .section-title-delimiter {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.section-title .section-title-delimiter::before {
    background: #2b2b2c
}

.section-title-inverse .section-title-delimiter::before {
    background: #fff
}

.section-title--style-1 .section-title-delimiter::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 2px
}

.section-title--style-1.text-center .section-title-delimiter::before, .section-title--style-1.text-sm-center .section-title-delimiter::before, .section-title--style-1.text-md-center .section-title-delimiter::before, .section-title--style-1.text-lg-center .section-title-delimiter::before, .section-title--style-1.text-xl-center .section-title-delimiter::before {
    margin-bottom: -1rem;
    left: 50%;
    margin-left: -17.25px;
    width: 34.5px
}

@media (min-width: 768px) {
    .section-title--style-1.text-sm-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

@media (min-width: 992px) {
    .section-title--style-1.text-md-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

@media (min-width: 1201px) {
    .section-title--style-1.text-lg-left .section-title-delimiter::before {
        left: 0;
        margin-left: 0;
        width: 23px
    }
}

.section-title--style-1 .text-muted {
    display: block;
    margin: 0.5rem 0;
    text-transform: none
}

.section-title--style-1 .shadow-subtitle {
    position: absolute;
    top: -40px;
    left: -20px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 50px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    z-index: 1
}

.section-title--style-1 .underlay-subtitle {
    color: #17A2B8;
    font-size: 5rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    opacity: 0.5;
    line-height: 1
}

.section-title--style-1 .underlay-subtitle--top + .section-title-inner {
    margin-top: -36px
}

.section-title--style-1 .underlay-subtitle--bottom {
    top: 10%
}

.section-title--style-2 {
    position: relative
}

.section-title--style-2.text-center .section-title-inner {
    position: relative;
    cursor: default
}

.section-title--style-2.text-center .section-title-inner:before {
    content: "";
    display: block;
    width: 60px;
    height: 70px;
    position: relative;
    top: 22px;
    background: transparent;
    border: 3px solid;
    margin: auto;
    z-index: 3;
    border-color: #2b2b2c
}

.section-title--style-2.section-title-inverse .section-title-inner:before {
    border-color: #eceeef
}

.section-title--style-2.text-center .section-title-inner > span {
    display: inline-block;
    position: relative;
    top: -32px;
    height: 36px;
    line-height: 36px;
    z-index: 4;
    background: #FFF
}

.section-title--style-2.text-center .section-title-inner.heading-1 > span {
    top: -38px
}

.section-title--style-2.text-center .section-title-inner.heading-3 > span {
    top: -31px
}

.section-title--style-2.text-center .section-title-inner.heading-4 > span {
    top: -31px
}

.sct-color-2 .section-title--style-2.text-center .section-title-inner > span {
    background: #fcfcfc
}

.sct-color-3 .section-title--style-2.text-center .section-title-inner > span {
    background: #282d33
}

.bg-base-1 .section-title--style-2.text-center .section-title-inner > span {
    background: #17A2B8
}

.section-title--style-2.section-title-inverse .section-title-inner > span {
    background: #2b2b2c
}

.section-title--style-2 .section-title-inner .heading {
    margin: 0
}

/**	26. Social Media
*************************************************** **/
.social-media {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

.social-media > li {
    display: inline-block;
    font-size: 1rem
}

.social-media > li > a {
    display: block
}

[class*="social-media--style-1"] > li > a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 0.3rem;
    background: transparent
}

[class*="social-media--style-1"] > li > a:hover {
    background: #17A2B8;
    color: #FFF
}

.social-media-circle > li > a {
    border-radius: 100%
}

.social-media-round > li > a {
    border-radius: .25rem
}

.social-media.social-media--style-1-v1 > li > a {
    background: #17A2B8;
    color: #FFF
}

.social-media.social-media--style-1-v1 > li > a:hover {
    background: #0127ff
}

.social-media.social-media--style-1-v2 > li > a {
    background: #ddd;
    color: #333
}

.social-media.social-media--style-1-v2 > li > a:hover {
    background: #17A2B8;
    color: #FFF
}

.social-media.social-media--style-1-v3 > li > a {
    background: #2b2b2c;
    color: #eceeef
}

.social-media.social-media--style-1-v3 > li > a:hover {
    background: #17A2B8;
    color: #FFF
}

.social-media.social-media--style-1-v4 > li > a {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    background: transparent;
    color: rgba(0, 0, 0, 0.7)
}

.social-media.social-media--style-1-v4 > li > a:hover {
    background: transparent;
    color: rgba(0, 0, 0, 0.9)
}

.social-media.social-media--style-1-v4 > li:last-child > a {
    margin-right: 0
}

.social-media.social-media--style-1-v5 > li > a {
    font-size: 1rem;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.7)
}

.social-media.social-media--style-1-v5 > li > a:hover {
    background: transparent;
    color: #fff
}

.social-media.social-media--style-1-v5 > li:last-child > a {
    margin-right: 0
}

.social-media.social-media--style-1-v5 > li > span {
    color: rgba(255, 255, 255, 0.5)
}

.social-media-brand-color > li > a.facebook, .social-media-brand-color--hover > li > a.facebook:hover {
    background: #3b5998;
    color: #fff
}

.social-media-brand-color > li > a.twitter, .social-media-brand-color--hover > li > a.twitter:hover {
    background: #1da1f2;
    color: #fff
}

.social-media-brand-color > li > a.instagram, .social-media-brand-color--hover > li > a.instagram:hover {
    background: #e1306c;
    color: #fff
}

.social-media-brand-color > li > a.linkedin, .social-media-brand-color--hover > li > a.linkedin:hover {
    background: #0077b5;
    color: #fff
}

.social-media-brand-color > li > a.pinterest, .social-media-brand-color--hover > li > a.pinterest:hover {
    background: #bd081c;
    color: #fff
}

.social-media-brand-color > li > a.dribbble, .social-media-brand-color--hover > li > a.dribbble:hover {
    background: #444;
    color: #fff
}

.social-media-brand-color > li > a.googleplus, .social-media-brand-color--hover > li > a.googleplus:hover {
    background: #dd4b39;
    color: #fff
}

.social-media-brand-color > li > a.skype, .social-media-brand-color--hover > li > a.skype:hover {
    background: #00aff0;
    color: #fff
}

.social-media-brand-color:not(.social-media-brand-color--hover) > li > a:hover {
    background: #17A2B8;
    color: #FFF
}

/**	27. Tables
*************************************************** **/
.table td, .table th {
    font-size: .875rem
}

.table-bordered td, .table-bordered th {
    border: 1px solid #f1f1f1
}

.table thead th {
    vertical-align: bottom;
    color: #2b2b2c;
    font-weight: 400
}

.table tbody td {
    vertical-align: middle;
    color: #818a91
}

.table tbody + tbody {
    border-top: 2px solid #f2f2f2
}

.table .table {
    background-color: #f3f3f3
}

.table-sm td, .table-sm th {
    padding: 0.75rem 1rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #f2f2f2
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-inverse.table-bordered, .table-responsive.table-bordered {
    border: 0
}

.table-active, .table-active > td, .table-active > th, .table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f9fb
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #e4edf3
}

.table-success, .table-success > td, .table-success > th {
    background-color: #57d59f
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #43d093
}

.table-info, .table-info > td, .table-info > th {
    background-color: #2ebcfc
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #14b4fc
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffc721
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffc107
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #ff6f6c
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ff5652
}

.thead-inverse th {
    color: #f3f3f3;
    background-color: #404c54
}

.thead-default th {
    color: #464a4c;
    background-color: #fbfbfb
}

.table-inverse {
    color: #f3f3f3;
    background-color: #404c54
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table thead th {
    border-bottom-width: 1px
}

.table tr[class*=table-] td, .table tr[class*=table-] th, .table tr[class*=table-] + tr td, .table tr[class*=table-] + tr th {
    border: 0
}

.table:not(.table-bordered) > tbody:first-child td, .table:not(.table-bordered) > tbody:first-child th, .table:not(.table-bordered) > thead:first-child td, .table:not(.table-bordered) > thead:first-child th {
    border-top: 0
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #505b63
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid rgba(243, 243, 243, 0.7);
    font-size: .875rem
}

.table-no-border > tbody > tr > td, .table-no-border > tbody > tr > th, .table-no-border > tfoot > tr > td, .table-no-border > tfoot > tr > th, .table-no-border > thead > tr > td, .table-no-border > thead > tr > th {
    border-top: 0
}

.table-profile > tbody > tr > td:not(.td-actions) {
    font-size: .875rem
}

.table-profile > tbody > tr > td.td-label {
    font-size: .75rem;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: #818a91;
    text-transform: uppercase;
    white-space: nowrap
}

.table-profile > tbody > tr > td.td-label > span {
    display: block;
    padding-right: 1rem
}

.table-profile > tbody > tr > td.td-actions > .btn {
    opacity: 0
}

.table-profile > tbody > tr:hover > td.td-actions > .btn {
    opacity: 1
}

.table-cart {
    width: 100%
}

.table-cart > thead > tr > th {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7
}

.table-cart > tbody > tr:not(:last-child) {
    border-bottom: 1px dashed #f1f1f1
}

.table-cart tbody tr td {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: none;
    padding: 1rem 0;
    vertical-align: middle;
    color: #2b2b2c;
    border: none
}

.table-cart tbody tr td.product-remove a {
    display: block;
    width: 100px;
    text-align: center
}

.table-cart tbody tr td.product-remove a {
    font-size: 1rem;
    color: #818a91
}

.table-cart tbody tr td.product-remove a:hover {
    color: #ff3b30
}

.table-cart tbody tr td.product-image a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px
}

.table-cart tbody tr td.product-image img {
    max-width: 100%
}

.table-cart tbody tr td.product-quantity .form-control {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2
}

.table-cart tfoot tr {
    border-bottom: 1px solid #f1f1f1
}

.table-cart tfoot tr th, .table-cart tfoot tr td {
    padding: 0.75rem 0;
    font-size: .875rem;
    line-height: 1.2;
    letter-spacing: .3px;
    color: #2b2b2c
}

.table-cart tfoot tr.cart-subtotal th, .table-cart tfoot tr.cart-shipping th, .table-cart tfoot tr.cart-total th {
    padding: 0.75rem 0;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400
}

.table-cart tfoot tr.cart-total th, .table-cart tfoot tr.cart-total td {
    padding: 1.25rem 0
}

.table-cart .cart-item-img {
    width: 120px
}

.table-cart .cart-item-img img {
    width: 100%
}

.table-cart .cart-item-content {
    vertical-align: middle;
    width: 70%
}

.table-cart .cart-item-content .cart-item-title {
    font-weight: 500;
    font-size: 1rem;
    color: #2b2b2c
}

.table-cart .cart-item-content .cart-item-title:hover {
    color: #17A2B8
}

.table-cart .cart-item-content .label-quantity {
    color: #818a91;
    font-weight: 400;
    font-size: .875rem
}

.table-cart .cart-item-content .label-value {
    font-weight: 600
}

.table-cart .cart-item-unit-price {
    vertical-align: middle;
    font-size: 18px
}

.table-cart .cart-item-price {
    width: 20%;
    vertical-align: middle;
    text-align: right
}

.table-cart .cart-item-price > .price {
    font-weight: 600;
    font-size: 1.25rem;
    display: block;
    color: #2b2b2c
}

.table-cart .cart-item-price > .price.discount {
    font-weight: 500;
    font-size: .875rem;
    text-decoration: line-through;
    color: #ff3b30;
    margin-top: 8px
}

.table-cart .cart-item-price > .price.savings {
    font-weight: 400;
    font-size: .75rem
}

.table-cart .cart-item-count {
    vertical-align: middle
}

.table-cart .label-subtotal {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

.table-cart .table-cart-footer {
    padding: 15px;
    border-top: 1px solid rgba(243, 243, 243, 0.7)
}

.table-cart .cart-items {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    background: #eee;
    color: #ccc;
    border-bottom: 1px solid #ccc
}

.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > th, .navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > th, .navbar-dropdown--inverse .dropdown-cart .table > thead > tr > td, .navbar-dropdown--inverse .dropdown-cart .table > thead > tr > th {
    border-color: rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-header {
    border-bottom: 1px solid rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-header .heading, .navbar-dropdown--inverse .dropdown-cart-header .dropdown-cart-header-count {
    color: #eceeef
}

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .cart-item-title {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .label-quantity {
    color: #818a91
}

.navbar-dropdown--inverse .dropdown-cart-footer {
    border-top: 1px solid rgba(30, 30, 30, 0.7)
}

.navbar-dropdown--inverse .dropdown-cart-footer-subtotal {
    border-top: 1px solid rgba(30, 30, 30, 0.7)
}

.table-inner-well {
    padding: 15px
}

.table-inner-well > thead > tr > th {
    padding: 12px 0;
    border: 0;
    font-weight: 600
}

.table-inner-well > tbody > tr > td {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(243, 243, 243, 0.7);
    vertical-align: middle
}

.table-inner-well > tbody > tr:last-child > td {
    border: 0
}

.table-inner-well > tbody > tr.tr-sm > td {
    padding: 0.625rem 0
}

.table-inner-well .label-count {
    color: #818a91;
    font-weight: 600
}

.table-specs > tbody > tr > td {
    padding: 0.625rem 0
}

.tab-body {
    padding: 15px
}

.tabbable-panel {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px
}

.tabs.tabs--centered > .nav {
    text-align: center
}

.tabs.tabs--centered > .nav > li {
    float: none;
    display: inline-block
}

.nav-tab-image-wrapper:hover {
    cursor: pointer
}

.nav-tab-image-wrapper .nav-tab-image {
    display: block;
    width: 96px;
    height: 96px;
    margin: auto;
    border: 2px solid #f1f1f1
}

.nav-tab-image-wrapper:hover .nav-tab-image {
    border-color: #17A2B8
}

.nav-tab-image-wrapper .nav-tab-image img {
    width: 100%
}

.nav-tab-image-wrapper .nav-tab-image-title {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #111;
    font-size: 1rem;
    font-family: "Nunito", sans-serif
}

.nav-tab-image-wrapper:hover .nav-tab-image-title {
    color: #17A2B8
}

@media (max-width: 991px) {
    .tabs .nav-pills.nav-pills--rounded > li {
        display: block;
        margin-bottom: 5px
    }
}

@media (min-width: 992px) {
    .tabs .nav-pills.nav-pills--rounded {
        padding: 0 50px
    }

    .tabs .nav-pills.nav-pills--rounded > li > a, .tabs .nav-pills.nav-pills--rounded > li > a.active {
        min-width: 200px;
        background: transparent;
        border: 0;
        padding: 0;
        position: relative
    }

    .tabs .nav-pills.nav-pills--rounded > li:last-child > a {
        min-width: auto
    }

    .tabs .nav-pills.nav-pills--rounded > li > a:before {
        content: "";
        position: relative;
        display: block;
        top: 40px;
        height: 1px;
        margin-left: 105px;
        margin-right: 0;
        background: #f6f6f6;
        z-index: 0
    }

    .tabs .nav-pills.nav-pills--rounded > li:last-child > a:before {
        background: transparent
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill {
        position: relative;
        display: block;
        width: 100px;
        height: 100px
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle {
        position: relative;
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: auto;
        text-align: center;
        border-radius: 100%;
        background: #eee;
        color: #2b2b2c;
        font-size: 16px;
        font-weight: 600;
        font-family: "Nunito", sans-serif;
        z-index: 10
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle > i {
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px
    }

    .tabs .nav-pills.nav-pills--rounded a:hover .nav-pill .nav-pill-circle {
        background: #c8c8c8
    }

    .tabs .nav-pills.nav-pills--rounded .active .nav-pill .nav-pill-circle, .tabs .nav-pills.nav-pills--rounded a.active:hover .nav-pill .nav-pill-circle {
        background: #17A2B8;
        color: #FFF
    }

    .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-text {
        display: block;
        margin: 10px 0 20px 0;
        color: #818a91;
        font-size: 13px
    }
}

.tabs--style-1 .tab-content {
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.tabs--style-1 .tab-pane {
    border: 0
}

.tabs--style-1 .nav-tabs {
    border: 0
}

.tabs--style-1 .nav-tabs > li {
    margin-right: 5px
}

.tabs--style-1 .nav-tabs > li > a {
    border-radius: 0;
    margin: 0;
    text-align: center;
    background-color: #FFF;
    border-left: 0;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    padding: 0.6rem 1rem;
    display: table;
    width: 100%;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 13px;
    font-family: "Nunito", sans-serif;
    position: relative
}

.tabs--style-1 .nav-tabs > li > a:hover {
    background: #17A2B8;
    color: #FFF
}

.tabs--style-1 .nav-tabs > li > a.active {
    border: 1px solid #17A2B8;
    background: #17A2B8;
    color: #FFF
}

.tabs--style-1 .nav-tabs > li:first-child > a.active {
    border-left: 1px solid #17A2B8
}

.tabs--style-1 .nav-tabs > li.active > a, .tabs--style-1 .nav-tabs > li.active > a:focus, .tabs--style-1 .nav-tabs > li.active > a:hover {
    background: #17A2B8;
    color: #FFF
}

.tabs--style-1 .tab-content {
    margin-top: 5px;
    border: 1px solid #f1f1f1
}

.tabs--style-1.rounded .nav-tabs > li > a {
    border-radius: 100px;
}

.tabs--style-2 .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 0;
    margin: 0
}

.tabs--style-2 .nav-tabs .nav-item {
    margin-right: 2rem
}

.tabs--style-2 .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.tabs--style-2 .nav-tabs .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    margin-right: 0;
    color: #2b2b2c;
    padding: 1rem 0;
    font-size: .875rem;
    font-family: "Nunito", sans-serif
}

.tabs--style-2 > .nav-tabs > li > a > i {
    color: #a6a6a6
}

.tabs--style-2 .nav-tabs .nav-item.show .nav-link, .tabs--style-2 .nav-tabs .nav-link.active, .tabs--style-2 .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #17A2B8;
    background: transparent !important;
    color: #17A2B8
}

.tabs--style-2 > .nav-tabs > li.show > a > i, .tabs--style-2 > .nav-tabs > li:hover > a > i {
    color: #a6a6a6
}

.tabs--style-2 > .nav-tabs > li.open .dropdown-menu, .tabs--style-2 > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0
}

.tabs--style-2 > .nav-tabs > li.active > a > i {
    color: #17A2B8
}

.tabs--style-2 > .tab-content {
    margin-top: 0;
    border: 0;
    border-top: 0;
    padding: 15px 0
}

.tabs--style-2.tabs--centered > .tab-content {
    border-top: 0;
    padding-top: 20px
}

/**	28. Timeline
*************************************************** **/
.timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 2px;
    background: #17A2B8
}

@media only screen and (min-width: 1170px) {
    .timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }

    .timeline::before {
        left: 50%;
        margin-left: -2px
    }

    .timeline-one-side::before {
        left: 0
    }
}

.timeline-block {
    position: relative;
    margin: 2em 0
}

.timeline-block:after {
    content: "";
    display: table;
    clear: both
}

.timeline-block:first-child {
    margin-top: 0
}

.timeline-block:last-child {
    margin-bottom: 0
}

.timeline-img {
    position: absolute;
    left: 18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #17A2B8
}

@media only screen and (min-width: 1170px) {
    .timeline-img {
        left: 50%;
        margin-left: -9px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }

    .timeline-one-side .timeline-img {
        left: 0
    }
}

.timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: transparent;
    border-radius: .25rem;
    border: 1px solid #f1f1f1
}

.timeline-body {
    padding: 1.5rem
}

.timeline-content:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width: 1170px) {
    .timeline-content {
        margin-left: 0;
        width: 38%;
        margin: 0 5%
    }

    .timeline-body {
        padding: 1.5rem
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right
    }

    .timeline-one-side .timeline-block:nth-child(even) .timeline-content {
        float: none
    }
}

.well {
    border-radius: .25rem;
    background: #eceeef;
    border-color: #818a91;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget {
    margin-bottom: 20px;
}

/**	29. Countdown
*************************************************** **/
.countdown .countdown-item {
    display: inline-block
}

.countdown .countdown-digit, .countdown .countdown-label {
    font-size: 2rem;
    font-weight: 300;
    font-family: "Nunito", sans-serif
}

.countdown .countdown-label {
    font-size: 1.2rem;
    padding: 0 10px
}

.countdown-sm .countdown-digit, .countdown-sm .countdown-label {
    font-size: 1.4rem
}

.countdown-sm .countdown-label {
    font-size: 0.875rem;
    padding: 0 10px
}

[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
    display: none
}

[data-countdown-label="show"] .countdown-separator {
    display: none
}

.countdown--style-1 .countdown-item {
    margin-right: 10px
}

.countdown--style-1 .countdown-item:last-child {
    margin-right: 0
}

.countdown--style-1 .countdown-digit {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('../img/cover/3.png') !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 45% 30% !important;
    color: #333;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    font-family: "Nunito", sans-serif
}

.countdown--style-1 .countdown-label {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    color: #fff
}

.countdown--style-1 .countdown-digit {
    color: #fff
}

.countdown--style-1-v1 .countdown-digit {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

/**	30. Dropzone
*************************************************** **/
.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone {
    border: 2px dashed #17A2B8;
    border-radius: 5px;
    background: white
}

.dropzone .dz-message {
    font-weight: 400
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem
}

/**	31. Hamburger
*************************************************** **/
.hamburger {
    padding: 0
}

.hamburger-box {
    width: 20px;
    height: 18px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5)
}

.hamburger:hover:not(.is-active) .hamburger-inner, .hamburger:hover:not(.is-active) .hamburger-inner:after, .hamburger:hover:not(.is-active) .hamburger-inner:before {
    background-color: rgba(0, 0, 0, 0.8)
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #17A2B8
}

.hamburger:not(.is-active) .hamburger-inner:before {
    top: 6px !important
}

.hamburger:not(.is-active) .hamburger-inner:after {
    top: 12px !important
}

.navbar-inverse .hamburger-inner, .navbar-inverse .hamburger-inner:after, .navbar-inverse .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.5)
}

.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner, .navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:after, .navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.7)
}

.navbar-inverse .hamburger.is-active .hamburger-inner:after, .navbar-inverse .hamburger.is-active .hamburger-inner:before {
    background-color: rgba(255, 255, 255, 0.9)
}

/**	32. Counter
*************************************************** **/
.milestone-counter {
    margin: 30px 0
}

.milestone-counter .milestone-count {
    font-size: 60px;
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase
}

.milestone-counter .milestone-count.milestone-count-sm {
    font-size: 52px !important
}

.milestone-counter .milestone-count.milestone-count-xs {
    font-size: 32px !important
}

.milestone-counter .milestone-info {
    font-family: "Nunito", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.milestone-counter .milestone-icon {
    display: block;
    line-height: 1
}

.milestone-counter .milestone-icon .fa, .milestone-counter .milestone-icon .icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px
}

.milestone-counter .milestone-icon .icon:before {
    line-height: 0
}

.milestone-counter .milestone-delimiter {
    display: block;
    width: 60px;
    margin-bottom: 14px;
    border-bottom: 3px solid #17A2B8;
    border-bottom: 3px solid #17A2B8
}

.milestone-counter .milestone-delimiter:after, .milestone-counter .milestone-delimiter:before {
    display: table;
    content: "";
    width: 100%
}

.milestone-counter .milestone-delimiter:after {
    clear: both
}

@media (max-width: 767px) {
    .milestone-counter {
        margin-bottom: 60px
    }
}

/**	33. Nouislider
*************************************************** **/
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-target {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #e8e8e8;
    margin: 15px 0
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    top: -5px;
    left: -1px
}

.noUi-vertical {
    width: 3px
}

.noUi-connect {
    background: #17A2B8;
    box-shadow: none
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    background-color: #17A2B8;
    transition: box-shadow 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.2s, transform 0.2s;
    transition: box-shadow 0.2s, transform 0.2s, -webkit-transform 0.2s
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before, .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.noUi-horizontal .noUi-active, .noUi-vertical .noUi-active {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04)
}

.input-slider--blue .noUi-connect {
    background: #03A9F4
}

.input-slider--blue.noUi-horizontal .noUi-handle, .input-slider--blue.noUi-vertical .noUi-handle {
    background-color: #03A9F4
}

.input-slider--red .noUi-connect {
    background: #ff5652
}

.input-slider--red.noUi-horizontal .noUi-handle, .input-slider--red.noUi-vertical .noUi-handle {
    background-color: #ff5652
}

.input-slider--amber .noUi-connect {
    background: #ffc107
}

.input-slider--amber.noUi-horizontal .noUi-handle, .input-slider--amber.noUi-vertical .noUi-handle {
    background-color: #ffc107
}

.input-slider--green .noUi-connect {
    background: #32c787
}

.input-slider--green.noUi-horizontal .noUi-handle, .input-slider--green.noUi-vertical .noUi-handle {
    background-color: #32c787
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b2b2b2
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.range-slider-value {
    font-size: .875rem;
    font-weight: 500
}

.range-slider-wrapper .upper-info {
    font-weight: 400;
    margin-bottom: 5px
}

.input-slider-value-output {
    background: #333;
    color: #fff;
    padding: 4px 8px;
    position: relative;
    top: 12px;
    font-size: 11px;
    border-radius: 2px
}

.input-slider-value-output:after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333;
    border-width: 4px;
    margin-left: -4px
}

.input-slider-value-output.left:after {
    left: 10px;
    right: auto
}

.input-slider-value-output.right:after {
    right: 10px;
    left: auto
}

.rev-slider-outer-wrapper {
    position: relative;
    overflow: hidden;
    background: #FFF
}

.rev_slider_wrapper {
    margin: 0 auto;
    padding: 0;
    background-color: transparent
}

.rev_slider_wrapper .play-video {
    position: relative;
    top: auto;
    left: auto
}

.rev_slider_wrapper .title--style-1, .rev_slider_wrapper .tp-caption.title--style-1 {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none
}

.rev_slider_wrapper .subtitle--style-1, .rev_slider_wrapper .tp-caption.subtitle--style-1 {
    font-size: 1rem
}

.rev_slider_wrapper .content--style-1, .rev_slider_wrapper .tp-caption.content--style-1 {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    text-decoration: none
}

.title--style-2, .tp-caption.title--style-2 {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    padding: 21px 30px 16px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0
}

.category-title--style-2, .tp-caption.category-title--style-2 {
    color: #111;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    padding: 21px 30px 16px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px
}

.non-generic-icon, .tp-caption.non-generic-icon {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-decoration: none
}

.rev_slider_wrapper .handwritten-title, .rev_slider_wrapper .handwritten-title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Pacifico;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none
}

.rev_slider_wrapper .handwritten-subtitle, .rev_slider_wrapper .tp-caption.handwritten-subtitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Pacifico;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 10px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 650px
    }
}

@media (max-width: 767px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 450px
    }
}

@media (max-width: 440px) {
    .rev_slider_wrapper .rev-slider-search-wrapper {
        width: 300px
    }
}

.tp-tab-title {
    font-family: "Nunito", sans-serif !important
}

/**	34. Select 2
*************************************************** **/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    font-size: .875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    height: calc(2.25rem + 2px);
    padding: 0 .75rem;
    outline: none
}

.select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 8px;
    bottom: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #e6e6e6
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: rgba(0, 0, 0, 0.4);*/
    line-height: 1.25;
    padding: 0.65rem 0.1rem
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #555;
    border-color: #e6e6e6
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    background-color: #FFF;
    font-size: .875rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    height: calc(2.25rem + 2px);
    outline: none;
    padding: 0 .75rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #555;
    border-color: #e6e6e6
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px;
    border: 0;
    background-color: #17a2b8;
    /*height: 2rem;*/
    /*padding: 0.375rem 0.8rem;*/
    color: #fff;
    font-size: .75rem;
    margin-top: 0;
    margin-left: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0.5rem
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.4);
    padding: 0.15rem 0.1rem
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    opacity: 0.5
}

.select2-container--default .selection {
    position: relative;
    display: block
}

.select2-container--default .selection:after, .select2-container--default .selection:before {
    content: ''
}

.select2-dropdown {
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0.8rem 0;
    box-shadow: none;
    z-index: 9;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.select2-dropdown .select2-results__option {
    padding: 0.5rem 1.5rem;
    font-size: .875rem;
    color: #555
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f9;
    color: #1d1e1f
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    position: relative;
    padding-right: 1.5rem;
    background-color: #f9f9f9;
    color: #333
}

.select2-dropdown .select2-results__option[aria-selected=true]:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    font-size: 0.875rem;
    color: #b3b3b3
}

.select2-dropdown .select2-search--dropdown {
    margin-top: -.5rem;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
    margin-bottom: 1rem
}

.select2-dropdown .select2-search--dropdown:before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 0.875rem;
    color: #555;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 0;
    background-color: transparent;
    height: 2.8rem;
    color: #555;
    padding-left: 3.5rem;
    outline: none
}

/**	35. Swiper
*************************************************** **/
.swiper-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.swiper-pagination--style-1 {
    display: inline-block;
    position: relative
}

.swiper-pagination--style-1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 100%;
    background: #000;
    opacity: 0.4
}

.swiper-pagination--style-1 .swiper-pagination-bullet-active {
    background: #17A2B8
}

.swiper-pagination-bullet-active {
    background: #17A2B8
}

.swiper-container {
    height: 100%
}

.swiper-wrapper .swiper-slide, .swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
    cursor: grab !important;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important
}

.swiper-wrapper .swiper-slide:active, .swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important
}

.swiper-container .swiper-slide .animated {
    opacity: 0
}

.swiper-container .swiper-slide .animated.animation-ended {
    opacity: 1
}

.swiper-slide [data-swiper-hide="inactive"] {
    display: none;
    opacity: 0
}

.swiper-slide-active [data-swiper-hide="inactive"] {
    display: block;
    opacity: 1
}

@media (max-width: 767px) {
    .swiper-slide {
        height: auto !important
    }
}

.swiper-wrapper .swiper-slide .btn {
    cursor: pointer !important
}

.swiper-container-centered {
    margin: 20px auto
}

.swiper-container-centered .swiper-slide {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-container-vertical .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiper-container-vertical .swiper-slide-inner-right {
    padding-left: 50px
}

.swiper-container-vertical .swiper-pagination {
    right: auto;
    left: 10px
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
    margin: 8px 0;
    width: 6px;
    height: 6px
}

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    margin-left: -2px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5)
}

.swiper-button-prev:after {
    content: "\f3d2";
    font-family: "Ionicons"
}

.swiper-button-next:after {
    content: "\f3d3";
    font-family: "Ionicons"
}

.background-image-holder .swiper-button-next, .background-image-holder .swiper-button-prev, .swiper-button--hover-only.swiper-button-next, .swiper-button--hover-only.swiper-button-prev {
    opacity: 0
}

.background-image-holder:hover .swiper-button-next, .background-image-holder:hover .swiper-button-prev, .swiper-button--hover-only.swiper-button-next, .swiper-button--hover-only.swiper-button-prev {
    opacity: 1
}

.swiper-button--style-1 {
    width: auto;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    position: static;
    background: transparent;
    color: #333;
    font-size: 24px
}

.swiper-button--style-1:active, .swiper-button--style-1:focus, .swiper-button--style-1:hover {
    background: transparent;
    color: #17A2B8;
    opacity: 1
}

.swiper-button--style-1.swiper-button-next {
    margin-left: 10px
}

.swiper-button--style-2 {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: -22px;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    background: none;
    background: #fff;
    color: #999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.swiper-button--style-2.swiper-button-prev {
    left: -10px
}

.swiper-button--style-2.swiper-button-next {
    right: -10px
}

.swiper-button--style-2.swiper-button-disabled {
    opacity: 0
}

.swiper-button--style-2:hover {
    background: #fff;
    color: #17A2B8
}

.swiper-container .swiper-caption {
    text-shadow: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    color: #fff
}

.swiper-container .swiper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px
}

.swiper-container .swiper-caption .caption-title {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500
}

.swiper-container .swiper-caption .caption-subtitle {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1;
    color: #ddd;
    font-weight: 400
}

.swiper-container .swiper-caption .meta-info-cells li, .swiper-container .swiper-caption .meta-info-cells li a, .swiper-container .swiper-caption .meta-info-cells li i {
    color: #ddd
}

/**	36. Gallery
*************************************************** **/
.gallery-container {
    position: relative
}

.gallery-container .gallery-top {
    width: 100%;
    padding: 1rem;
    background: #eceeef;
    border-radius: .25rem
}

.gallery-container .gallery-top--style-2, .gallery-container .gallery-top--style-2 .swiper-wrapper {
    background: transparent
}

.gallery-container .gallery-top .swiper-button-next, .gallery-container .gallery-top .swiper-button-prev {
    opacity: 0
}

.gallery-container .gallery-top:hover .swiper-button-next, .gallery-container .gallery-top:hover .swiper-button-prev {
    opacity: 1
}

.gallery-container .gallery-top .swiper-slide img {
    max-width: 100%
}

.gallery-container .gallery-thumbs {
    box-sizing: border-box;
    padding: 1rem 0
}

.gallery-container .gallery-thumbs--style-1 a {
    display: block;
    padding: 1rem;
    border: 1px solid #f1f1f1
}

.gallery-container .gallery-thumbs .swiper-slide {
    background: transparent
}

.gallery-container .gallery-thumbs .swiper-slide img {
    max-width: 100%
}

.gallery-container.gallery-container--style-2 .gallery-top {
    background: transparent
}

.view {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.view--rounded {
    border-radius: .25rem
}

.view--circle {
    border-radius: 100%
}

.view--circle img {
    border-radius: 100% !important
}

.view .content, .view .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.view .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view img {
    max-width: 100%;
    display: block;
    position: relative
}

.view h2 {
    text-align: center;
    position: relative;
    padding: 10px;
    background: rgba(52, 82, 255, 0.8);
    color: #FFF;
    margin: 20px 0 0;
    font-size: 1.125rem;
    font-weight: 500
}

.view p {
    font-size: .875rem;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.view .view-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table
}

.view .view-buttons-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem
}

.view .view-buttons .icon {
    font-size: 32px
}

.view .view-buttons .icon-lg {
    font-size: 64px
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-first .mask {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-first:hover a.info, .view-first:hover h2, .view-first:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-second img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out
}

.view-second .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-second h2 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.view-second p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.view-second a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear
}

.view-second:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.view-second:hover a.info, .view-second:hover h2, .view-second:hover p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-third img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.view-third .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out
}

.view-third h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third p {
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.view-third:hover .mask {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.view-third:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.view-third:hover p {
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.view-third:hover a.info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.view-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-fourth .mask {
    background-color: #000;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.view-fourth h2 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.view-fourth:hover .mask {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.view-fourth:hover a.info, .view-fourth:hover h2, .view-fourth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.view-fifth .mask {
    background-color: #000;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.view-fifth h2 {
    background: #17A2B8
}

.view-fifth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.view-fifth:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.view-fifth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.view-sixth .mask {
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s
}

.view-sixth h2 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    -ms-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s
}

.view-sixth p {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s
}

.view-sixth a.info {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s
}

.view-sixth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear
}

.view-sixth:hover h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.view-sixth:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.view-sixth:hover a.info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

@keyframes bounceY {
    0% {
        transform: translateY(-205px)
    }
    40% {
        transform: translateY(-100px)
    }
    65% {
        transform: translateY(-52px)
    }
    82% {
        transform: translateY(-25px)
    }
    92% {
        transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        transform: translateY(0)
    }
}

@-moz-keyframes bounceY {
    0% {
        -moz-transform: translateY(-205px)
    }
    40% {
        -moz-transform: translateY(-100px)
    }
    65% {
        -moz-transform: translateY(-52px)
    }
    82% {
        -moz-transform: translateY(-25px)
    }
    92% {
        -moz-transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes bounceY {
    0% {
        -webkit-transform: translateY(-205px)
    }
    40% {
        -webkit-transform: translateY(-100px)
    }
    65% {
        -webkit-transform: translateY(-52px)
    }
    82% {
        -webkit-transform: translateY(-25px)
    }
    92% {
        -webkit-transform: translateY(-12px)
    }
    100%,
    55%,
    75%,
    87%,
    97% {
        -webkit-transform: translateY(0)
    }
}

.quick-stat {
    padding: 1.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.quick-stat-info, .quick-stat-icon, .quick-stat-chart {
    display: inline-block;
    vertical-align: middle
}

.quick-stat--1 .quick-stat-icon {
    padding: 1.5rem;
    background: #f9f9f9;
    position: absolute;
    right: -80px;
    bottom: -80px;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    line-height: 60px;
    text-align: center
}

.quick-stat--1 .quick-stat-icon > i {
    font-size: 40px;
    margin-left: -60px
}

.quick-stat--1.bg-blue {
    background-color: transparent !important;
    border: 1px solid rgba(0, 122, 255, 0.3)
}

.quick-stat--1.bg-blue .quick-stat-icon {
    background: rgba(0, 122, 255, 0.1);
    color: rgba(0, 122, 255, 0.5)
}

.quick-stat--1.bg-orange {
    background-color: transparent !important;
    border: 1px solid rgba(255, 149, 0, 0.3)
}

.quick-stat--1.bg-orange .quick-stat-icon {
    background: rgba(255, 149, 0, 0.1);
    color: rgba(255, 149, 0, 0.5)
}

.quick-stat--1.bg-green {
    background-color: transparent !important;
    border: 1px solid rgba(76, 217, 100, 0.3)
}

.quick-stat--1.bg-green .quick-stat-icon {
    background: rgba(76, 217, 100, 0.1);
    color: rgba(76, 217, 100, 0.5)
}

.quick-stat--1.bg-red {
    background-color: transparent !important;
    border: 1px solid rgba(255, 59, 48, 0.3)
}

.quick-stat--1.bg-red .quick-stat-icon {
    background: rgba(255, 59, 48, 0.1);
    color: rgba(255, 59, 48, 0.5)
}

.profile.stacked-left .sidebar {
    margin-left: -15px
}

.profile.stacked-right .sidebar {
    margin-right: -15px
}

@media (max-width: 991px) {
    .profile.stacked-left .sidebar, .profile.stacked-right .sidebar {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 992px) {
    .profile.stacked-left .main-content {
        margin-left: 5px
    }

    .profile.stacked-right .main-content {
        margin-left: 5px
    }
}

.profile-picture-wrapper {
    position: relative;
    margin-top: 2px;
    
}

.profile-picture img {
        max-width: 75%;
        margin-left: 45px;
        margin-top: 2px;
}

.profile-picture.profile-picture--style-1 {
    padding: 1rem 1rem 0
}

.profile-picture.profile-picture--style-1 img {
    border-radius: .25rem
}

.profile-picture .btn-aux {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 35px;
    right: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #ccc
}

.profile-picture:hover .btn-aux {
    display: block
}

.profile-picture.btn-aux:hover {
    background: #17A2B8;
    color: #FFF
}

.profile-picture.profile-picture--style-2 {
    margin: 0 auto;
    width: 250px;
    position: relative
}

.profile-picture.profile-picture--style-2 img {
    border-radius: 100%;
    margin-top: 30px;
    border: 8px solid rgba(0, 0, 0, 0.1)
}

.sidebar-inverse .profile-picture.profile-picture--style-2 img {
    border-color: rgba(255, 255, 255, 0.1)
}

.profile-picture.profile-picture--style-2 .btn-aux {
    right: 10px;
    top: 10px
}

.profile-details {
    text-align: center;
    margin-top: 20px
}

.profile-details .profile-name {
    margin: 0;
    padding: 0
}

.profile-details .profile-occupation {
    margin: 12px 0 0;
    padding: 0
}

.profile-details .profile-location {
    margin: 2px 0 0;
    padding: 0
}

.profile-connect {
    text-align: center;
    width: 180px;
    margin: 2rem auto
}

.profile-stats {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.profile-stats .stats-entry {
    padding: 20px 0;
    width: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    float: left
}

.profile-stats .stats-entry:last-child {
    border-right: 0
}

.profile-stats .stats-entry .stats-count {
    display: block;
    font-weight: 500;
    font-size: 1.25rem
}

.profile-stats .stats-entry .stats-label {
    display: block;
    font-weight: 300;
    font-size: .75rem
}

.profile-useful-links:nth-child(n+2):not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.profile-useful-links .useful-links {
    padding: 2rem
}

.profile-useful-links .useful-links a {
    display: block;
    margin-bottom: 10px;
    font-size: .875rem
}

.profile-useful-links .useful-links a:last-child {
    margin-bottom: 0
}

.profile-useful-links .useful-links a > i {
    margin-right: 6px
}

.short-info {
    margin-bottom: 1.5rem
}

.short-info:last-child {
    margin: 0
}

.short-info .short-info-label {
    padding: 0;
    margin: 0;
    display: block;
    font-size: .75rem;
    color: #818a91;
    font-weight: 400
}

.short-info .short-info-title {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 1rem;
    color: #2b2b2c;
    font-weight: 500
}

.short-info .short-info-subtitle {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 1rem;
    color: #818a91;
    font-weight: 300
}

.short-info i {
    font-size: 36px;
    display: inline-block
}

.short-info .short-info-img {
    width: 50px
}

.short-info .short-info-img img {
    max-width: 100%;
    border-radius: 100%
}

.short-info .short-info-offset {
    display: inline-block;
    padding-left: 16px;
    margin-bottom: 15px;
    position: relative
}

.short-info:last-child .short-info-offset {
    margin-bottom: 0
}

.short-info .short-info-offset .btn {
    position: relative;
    float: right
}

.inline-actions .ia-item {
    display: inline-block;
    margin-right: 1rem;
    padding: 0
}

.inline-actions .ia-item > a {
    padding: 0
}

.inline-actions .ia-item:last-child {
    margin: 0
}

.shop-default #divProductList {
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out
}

.shop-default .shop-grid-section-header {
    height: 62px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1
}

.shop-default .shop-grid-section-header .shop-grid-section-title {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #111
}

.shop-default .shop-grid-section-footer {
    padding: 1rem
}

.shop-default .btn-view-mode {
    font-size: 20px;
    line-height: 1.6;
    margin-right: 0;
    color: #eceeef
}

.shop-default .btn-view-mode.active {
    color: #2b2b2c
}

.shop-default .aux-text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: .875rem;
    color: #2b2b2c
}

.shop-default .btn-reset-filters {
    font-weight: 400
}

.shop-default .btn-reset-filters > i {
    margin-right: 5px;
    font-size: 13px
}

.shop-default .product .price-wrapper .price {
    font-size: 32px;
    color: #2b2b2c
}

.shop-default .product .price-wrapper .price sup {
    font-size: 16px;
    top: -1em;
    font-weight: 400
}

.shop-default .product .price-wrapper .price .price-value {
    margin: 0 3px
}

.shop-default .product .price-wrapper .price.discount {
    text-decoration: none;
    margin-right: 8px
}

.shop-default .product .price-wrapper .price.discount .price-value {
    margin: 0 1px;
    font-weight: 400;
    font-size: 24px;
    text-decoration: line-through
}

.shop-default .product .price-wrapper .price.discount sup {
    font-size: 14px
}

.shop-default .product .price-wrapper .price.discount sup.price-value-dec {
    text-decoration: line-through
}

.shop-default .product .product-colors .product-colors-label {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #2b2b2c;
    font-size: .75rem;
    font-weight: 500
}

.shop-default .product .product-colors .color-switch a {
    display: inline-block;
    float: none !important;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 0;
    border-radius: .25rem
}

.shop-default .filter-sidebar {
    padding: 30px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox {
    margin-bottom: 15px
}

.shop-default .filter-sidebar .filter-checkbox .checkbox label {
    padding-left: 10px
}

.shop-default .product figure {
    border: 0
}

.shop-default .product .switch-on-hover img {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.shop-default .product .switch-on-hover img.img-primary {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img {
    display: block;
    opacity: 1
}

.shop-default .product:hover .switch-on-hover img.img-primary {
    display: none;
    opacity: 0
}

.shop-cards .product.product--style-2 {
    position: relative
}

.shop-cards .product.product--style-2 .product-image {
    display: inline-block;
    float: left;
    width: 40%
}

.shop-cards .product.product--style-2 .product-content {
    display: inline-block;
    width: 60%
}

.shop-cards .product.product--style-2 .product-content .product-info {
    position: absolute;
    right: 20px;
    bottom: 12px
}

.shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
    display: block;
    margin-bottom: 10px
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #2b2b2c;
    font-weight: 500
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
    color: #17A2B8
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
    margin-right: 0
}

.shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
    color: #17A2B8
}

.shop-cards .product .product-description {
    color: #818a91;
    font-size: .875rem;
    line-height: 1.6
}

.shop-cards .product .product-long-description {
    max-width: 360px;
    margin: 0 auto
}

.shop-cards.shop-tech .product-buttons .btn-cart {
    font-size: 0.625rem !important;
    padding: 0.625rem 0.875rem !important
}

.shop-cards.shop-tech .product-buttons .btn-icon {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px;
    color: #818a91;
    border: 0;
    cursor: pointer
}

.shop-cards.shop-tech .product-buttons .btn-icon:hover, .shop-cards.shop-tech .product-buttons .btn-icon.active {
    color: #2b2b2c
}

.shop-cards .product .price-wrapper .price-sm {
    font-size: 24px
}

.shop-cards .product .price-wrapper .price-sm.discount .price-value {
    font-size: 1rem;
    font-weight: 600
}

.shop-grid .product {
    margin: 0;
    padding: 1.5rem
}

.shop-sportswear .product {
    background-color: #f5f5f5
}

.shop-sportswear .block-image {
    padding: 1.5rem
}

.shop-minimalist .product {
    border: 0
}

.shop-minimalist .product .product-image {
    position: relative;
    background: #ebebeb;
    padding: 2rem
}

.shop-minimalist .product:not(.no-radius) .product-image, .shop-minimalist .product .product-image .mask {
    border-radius: .25rem
}

.shop-minimalist .product .product-image .product-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0
}

.shop-minimalist .product .product-image .product-price-wrapper {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.shop-minimalist .product .product-image .product-price {
    font-weight: 400;
    color: #fff
}

.shop-minimalist .product .product-image .product-price .price-value {
    font-size: 24px
}

.shop-minimalist .product .product-image .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product .product-actions--1.in, .product .product-actions--2.in, .product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--1.animated, .product .product-actions--2.animated, .product .product-actions--3.animated {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.product .product-actions--1 {
    opacity: 0;
    width: 42px;
    position: absolute;
    left: 15px;
    bottom: 20px
}

.product .product-actions--1 .btn-product-action {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
    border: 0;
    border-radius: 38px;
    background: #eceeef;
    color: #2b2b2c;
    font-size: 18px;
    outline: 0;
    cursor: pointer
}

.product .product-actions--1 .btn-product-action:hover {
    background: #17A2B8;
    color: #FFF;
    border-color: #0127ff
}

.product .product-actions--1 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--2 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9)
}

.product .product-actions--2 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--2 .btn-product-action:hover {
    background: transparent;
    color: #17A2B8
}

.product .product-actions--2 .btn-product-action:active {
    border-color: transparent
}

.product .product-actions--3 {
    opacity: 0;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent
}

.product .product-actions--3.in {
    opacity: 1
}

.product .product-actions--3 .btn-product-action {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: transparent;
    color: #2b2b2c;
    font-size: 1rem;
    outline: 0;
    cursor: pointer
}

.product .product-actions--3 .btn-product-action:hover {
    background: transparent;
    color: #17A2B8
}

.product .product-actions--3 .btn-product-action:active {
    border-color: transparent
}

.product-ribbon {
    position: absolute;
    top: 15px
}

.product-ribbon.product-ribbon-left {
    left: 15px
}

.product-ribbon.product-ribbon-right {
    right: 15px
}

.product-ribbon.no-space {
    top: 0
}

.product-ribbon.no-space.product-ribbon-left {
    left: 0
}

.product-ribbon.no-space.product-ribbon-right {
    right: 0
}

.product-ribbon.product-ribbon--style-1 {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 11px;
    z-index: 10
}

.product-swiper-container {
    position: relative;
    padding-top: 20px
}

.product-swiper-container .swiper-slide img {
    max-width: 100%
}

.product-swiper-container .swiper-pagination {
    top: 0;
    bottom: auto;
    text-align: left
}

.product-description-wrapper .product-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    color: #2b2b2c
}

.product-description-wrapper .product-category-label {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 400;
    color: #818a91
}

.product-description-wrapper .product-short-text {
    margin: 16px 0
}

.product-description-wrapper .product-price {
    margin: 16px 0;
    font-size: 36px;
    font-weight: 400;
    color: #2b2b2c
}

.product-description-wrapper .product-price.discount {
    padding: 7px 0 0;
    margin-right: 4px;
    font-size: .875rem;
    font-weight: 400;
    color: #ff3b30;
    text-decoration: line-through
}

.product-description-wrapper .product-short-info {
    margin: 30px 0
}

.product-description-wrapper .product-short-info span {
    display: block;
    padding: 4px
}

.product-description-wrapper .product-short-info strong {
    font-weight: 500;
    color: #818a91;
    margin-right: 5px
}

.spinner {
    width: 100px
}

.spinner input {
    text-align: right;
    padding: 16px 20px;
    height: 61px;
    border: 0;
    text-align: center;
    background: #f3f3f3
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.input-group-btn-vertical > .btn {
    outline: 0 !important;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    height: 31px;
    width: 30px;
    border: 2px solid #f3f3f3;
    text-align: center;
    margin-left: -2px;
    position: relative;
    border-radius: 0
}

.input-group-btn-vertical > .btn:active, .input-group-btn-vertical > .btn:focus {
    outline: 0 !important
}

.input-group-btn-vertical > .btn:hover {
    background-color: #17A2B8;
    color: #FFF
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 2px
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 2px
}

.input-group-btn-vertical i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4.5px;
    margin-left: -4.5px;
    font-size: 9px
}

.input-group-btn-vertical i.icon {
    font-size: 14px;
    margin-top: -9px;
    margin-left: -3px
}

.c-base-1 {
    color: #17A2B8 !important
}

.c-base-2 {
    color: #292f36 !important
}

.c-base-3 {
    color: #818a91 !important
}

.c-base-4 {
    color: #2B2B2B !important
}

.c-base-5 {
    color: #FFF !important
}

.c-base-text-1 {
    color: #FFF !important
}

.c-base-text-2 {
    color: #FFF !important
}

.c-base-text-3 {
    color: rgba(255, 255, 255, 0.9) !important
}

.c-base-text-4 {
    color: #FFF !important
}

.c-base-text-5 {
    color: #0A0814 !important
}

.c-gray-dark {
    color: #2b2b2c !important
}

.c-gray {
    color: #55595c !important
}

.c-gray-light {
    color: #818a91 !important
}

.c-gray-lighter {
    color: #eceeef !important
}

.c-gray-lightest {
    color: #f7f7f9 !important
}

.c-black {
    color: #000 !important
}

.c-white {
    color: #fff !important
}

.c-white-3 {
    color: rgba(255, 255, 255, 0.3) !important
}

.c-white-5 {
    color: rgba(255, 255, 255, 0.5) !important
}

.c-white-7 {
    color: rgba(255, 255, 255, 0.7) !important
}

.c-blue {
    color: #007aff !important
}

.c-teal-blue {
    color: #5ac8fa !important
}

.c-green {
    color: #4cd964 !important
}

.c-red {
    color: #ff3b30 !important
}

.c-pink {
    color: #ff2d55 !important
}

.c-orange {
    color: #ff9500 !important
}

.c-yellow {
    color: #fc0 !important
}

.c-purple {
    color: #5856d6 !important
}

.c-twitter {
    color: #1da1f2
}

.c-facebook {
    color: #3b5998
}

.c-instagram {
    color: #e1306c
}

.c-skype {
    color: #00aff0
}

.no-bg {
    background: transparent !important
}

.bg-base-1 {
    background-color: #17A2B8 !important;
    color: #FFF !important
}

.bg-base-2 {
    background-color: #292f36 !important;
    color: #FFF !important
}

.bg-base-3 {
    background-color: #818a91;
    color: rgba(255, 255, 255, 0.9)
}

.bg-base-4 {
    background-color: #2B2B2B;
    color: #FFF
}

.bg-base-5 {
    background-color: #FFF;
    color: #0A0814
}

.bg-minimalist {
    background-color: #ebebeb !important
}

.bg-white {
    background-color: #fff
}

.bg-gray-dark {
    background-color: #2b2b2c
}

.bg-gray-light {
    background-color: #818a91
}

.bg-gray-lighter {
    background-color: #eceeef
}

.bg-black {
    background-color: #000
}

.bg-space-gray {
    background-color: #282d33
}

.bg-blue {
    background-color: #007aff !important;
    color: #FFF
}

.bg-blue .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-teal-blue {
    background-color: #5ac8fa !important
}

.bg-green {
    background-color: #4cd964 !important;
    color: #FFF
}

.bg-green .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-red {
    background-color: #ff3b30 !important;
    color: #FFF
}

.bg-red .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-pink {
    background-color: #ff2d55 !important;
    color: #FFF
}

.bg-pink .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-orange {
    background-color: #ff9500 !important;
    color: #FFF
}

.bg-orange .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-yellow {
    background-color: #fc0 !important;
    color: #FFF
}

.bg-yellow .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.bg-purple {
    background-color: #5856d6 !important;
    color: #FFF
}

.bg-purple .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #FFF !important
}

.sct-color-1 {
    background-color: #FFF
}

.sct-color-2 {
    background-color: #fcfcfc
}

.sct-color-3 {
    background-color: #282d33
}

.sct-color-3 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #d7d2cc
}

.sct-color-4 {
    background-color: #121416
}

.sct-color-4 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
    color: #edebe9
}

.bg-gradient-1, .mask-gradient-1--style-1, .mask-gradient-1--style-2 {
    background: linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
    border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%)
}

.bg-gradient-2 {
    background: #f4fdff;
    background: -moz-linear-gradient(top, #f4fdff 0%, #fff 40%, #fff 100%);
    background: -webkit-linear-gradient(top, #f4fdff 0%, #fff 40%, #fff 100%);
    background: linear-gradient(to bottom, #f4fdff 0%, #fff 40%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4fdff', endColorstr='#ffffff', GradientType=0)
}

.bg-gradient-blue-pink {
    background-color: #E55D87;
    background-color: -webkit-linear-gradient(to left, #E55D87, #5FC3E4);
    background-color: linear-gradient(to left, #E55D87, #5FC3E4)
}

.bg-gradient-electric-red {
    background-color: #D31027;
    background-color: -webkit-linear-gradient(to left, #D31027, #EA384D);
    background-color: linear-gradient(to left, #D31027, #EA384D)
}

[class^="space-"] {
    display: block
}

.space-xs-sm {
    margin-bottom: 1.5rem
}

.space-xs-md {
    margin-bottom: 2.5rem
}

.space-xs-lg {
    margin-bottom: 3.5rem
}

.space-xs-xl {
    margin-bottom: 4.5rem
}

@media (min-width: 768px) {
    .space-sm-sm {
        margin-bottom: 1.5rem
    }

    .space-sm-md {
        margin-bottom: 2.5rem
    }

    .space-sm-lg {
        margin-bottom: 3.5rem
    }

    .space-sm-xl {
        margin-bottom: 4.5rem
    }
}

@media (min-width: 992px) {
    .space-md-sm {
        margin-bottom: 1.5rem
    }

    .space-md-md {
        margin-bottom: 2.5rem
    }

    .space-md-lg {
        margin-bottom: 3.5rem
    }

    .space-md-xl {
        margin-bottom: 4.5rem
    }
}

@media (min-width: 1201px) {
    .space-lg-sm {
        margin-bottom: 1.5rem
    }

    .space-lg-md {
        margin-bottom: 2.5rem
    }

    .space-lg-lg {
        margin-bottom: 3.5rem
    }

    .space-lg-xl {
        margin-bottom: 4.5rem
    }
}

@media (max-width: 767px) {
    .space-xs-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-xs-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-xs-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .space-sm-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-sm-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-sm-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .space-md-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-md-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-md-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

@media (min-width: 1201px) {
    .space-lg-only-1 {
        clear: both;
        margin-bottom: 1rem
    }

    .space-lg-only-2 {
        clear: both;
        margin-bottom: 2rem
    }

    .space-lg-only-3 {
        clear: both;
        margin-bottom: 3rem
    }
}

.no-margin {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}



}